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 /layer_type.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 'layer_type.wren')
-rw-r--r-- | layer_type.wren | 5 |
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 |