pixel-editor/js/_consts.js
unsettledgames 3361048f24 Fixed #54
2021-07-25 22:53:26 +02:00

9 lines
253 B
JavaScript

const MIN_Z_INDEX = -5000;
const MAX_Z_INDEX = 5000;
// Index of the first layer the user can use in the layers array
const firstUserLayerIndex = 2;
// Number of layers that are only used by the editor
const nAppLayers = 3;
const MIN_ZOOM_LEVEL = 0.5;