aboutsummaryrefslogtreecommitdiff
path: root/layer_type.wren
diff options
context:
space:
mode:
Diffstat (limited to 'layer_type.wren')
-rw-r--r--layer_type.wren1
1 files changed, 1 insertions, 0 deletions
diff --git a/layer_type.wren b/layer_type.wren
index fb1f5c5..3bbe0e6 100644
--- a/layer_type.wren
+++ b/layer_type.wren
@@ -8,4 +8,5 @@ class ObjectType {
static PLAYER { "player" }
static NPC { "npc" }
static ENEMY { "enemy" }
+ static COLLIDER { "collider" }
} \ No newline at end of file