aboutsummaryrefslogtreecommitdiff
path: root/layer_type.wren
diff options
context:
space:
mode:
Diffstat (limited to 'layer_type.wren')
-rw-r--r--layer_type.wren6
1 files changed, 6 insertions, 0 deletions
diff --git a/layer_type.wren b/layer_type.wren
index cee6b82..fb1f5c5 100644
--- a/layer_type.wren
+++ b/layer_type.wren
@@ -2,4 +2,10 @@
class LayerType {
static Tile { "tilelayer" }
static Object { "objectgroup" }
+}
+
+class ObjectType {
+ static PLAYER { "player" }
+ static NPC { "npc" }
+ static ENEMY { "enemy" }
} \ No newline at end of file