diff options
author | Indrajith K L | 2021-08-02 13:23:30 +0530 |
---|---|---|
committer | Indrajith K L | 2021-08-02 13:23:30 +0530 |
commit | 2ff207a1d30830aeca2ea9e5d085a55ee3448ab0 (patch) | |
tree | be75e1282d19563324cff6d4bfeac9cea053ee51 /layerType.wren | |
parent | b73889da9f33b883894db6a989037030fee99f95 (diff) | |
download | rebirth-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.wren | 5 |
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 |