pixel-editor/js/_consts.js
2021-07-22 18:11:55 +02:00

7 lines
224 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;