aboutsummaryrefslogtreecommitdiff
path: root/layerType.wren
diff options
context:
space:
mode:
Diffstat (limited to 'layerType.wren')
-rw-r--r--layerType.wren5
1 files changed, 5 insertions, 0 deletions
diff --git a/layerType.wren b/layerType.wren
new file mode 100644
index 0000000..cee6b82
--- /dev/null
+++ b/layerType.wren
@@ -0,0 +1,5 @@
+// ENUM lol
+class LayerType {
+ static Tile { "tilelayer" }
+ static Object { "objectgroup" }
+} \ No newline at end of file