aboutsummaryrefslogtreecommitdiff
path: root/layerType.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 /layerType.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 'layerType.wren')
-rw-r--r--layerType.wren5
1 files changed, 0 insertions, 5 deletions
diff --git a/layerType.wren b/layerType.wren
deleted file mode 100644
index cee6b82..0000000
--- a/layerType.wren
+++ /dev/null
@@ -1,5 +0,0 @@
-// ENUM lol
-class LayerType {
- static Tile { "tilelayer" }
- static Object { "objectgroup" }
-} \ No newline at end of file