From 2ff207a1d30830aeca2ea9e5d085a55ee3448ab0 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 2 Aug 2021 13:23:30 +0530 Subject: * Code Refactoring * Bug Fixes in Map rendering --- layer_type.wren | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layer_type.wren (limited to 'layer_type.wren') 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 -- cgit v1.2.3