]> git.lizzy.rs Git - nothing.git/commitdiff
(#938) Separate issue for movement
authorrexim <reximkut@gmail.com>
Sun, 7 Jul 2019 19:03:24 +0000 (02:03 +0700)
committerrexim <reximkut@gmail.com>
Sun, 7 Jul 2019 19:03:24 +0000 (02:03 +0700)
src/game/level/level_editor/rect_layer.c

index 822d81e8fe161764c16f3852ed4dfdc7d0f698a4..cc0daf03c0627bb75ba6db0a0aec6963df207a5d 100644 (file)
@@ -15,6 +15,7 @@
 #define RECT_LAYER_SELECTION_THICCNESS 5.0f
 #define PROTO_AREA_THRESHOLD 10.0
 
+// TODO: RectLayer does not allow to move rectangle arround
 typedef enum {
     RECT_LAYER_IDLE = 0,
     RECT_LAYER_PROTO,