aboutsummaryrefslogtreecommitdiff
path: root/layer_type.wren
diff options
context:
space:
mode:
authorIndrajith K L2021-08-02 13:23:30 +0530
committerIndrajith K L2021-08-02 13:23:30 +0530
commit2ff207a1d30830aeca2ea9e5d085a55ee3448ab0 (patch)
treebe75e1282d19563324cff6d4bfeac9cea053ee51 /layer_type.wren
parentb73889da9f33b883894db6a989037030fee99f95 (diff)
downloadrebirth-wren-2ff207a1d30830aeca2ea9e5d085a55ee3448ab0.tar.gz
rebirth-wren-2ff207a1d30830aeca2ea9e5d085a55ee3448ab0.tar.bz2
rebirth-wren-2ff207a1d30830aeca2ea9e5d085a55ee3448ab0.zip
* Code Refactoring
* Bug Fixes in Map rendering
Diffstat (limited to 'layer_type.wren')
-rw-r--r--layer_type.wren5
1 files changed, 5 insertions, 0 deletions
diff --git a/layer_type.wren b/layer_type.wren
new file mode 100644
index 0000000..cee6b82
--- /dev/null
+++ b/layer_type.wren
@@ -0,0 +1,5 @@
+// ENUM lol
+class LayerType {
+ static Tile { "tilelayer" }
+ static Object { "objectgroup" }
+} \ No newline at end of file