]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/level_editor/layer_picker.h
(#1050) Replace system clipboard with internal one
[nothing.git] / src / game / level / level_editor / layer_picker.h
index 17f9f0e58ab839a96cc4ef2b6e1c841ba0a4243a..1e3d4541fcdfa247975395d6c067f0baeeb692af 100644 (file)
@@ -5,12 +5,15 @@ typedef struct RectLayer RectLayer;
 typedef struct Camera Camera;
 
 typedef enum {
-    LAYER_PICKER_BOXES = 0,
+    LAYER_PICKER_BACKGROUND = 0,
+    LAYER_PICKER_PLAYER,
     LAYER_PICKER_PLATFORMS,
-    LAYER_PICKER_BACK_PLATFORMS,
     LAYER_PICKER_GOALS,
-    LAYER_PICKER_PLAYER,
     LAYER_PICKER_LAVA,
+    LAYER_PICKER_BACK_PLATFORMS,
+    LAYER_PICKER_BOXES,
+    LAYER_PICKER_LABELS,
+    LAYER_PICKER_REGIONS,
 
     LAYER_PICKER_N
 } LayerPicker;