* Code Refactoring
* Bug Fixes in Map rendering
This commit is contained in:
5
layer_type.wren
Normal file
5
layer_type.wren
Normal file
@@ -0,0 +1,5 @@
|
||||
// ENUM lol
|
||||
class LayerType {
|
||||
static Tile { "tilelayer" }
|
||||
static Object { "objectgroup" }
|
||||
}
|
||||
Reference in New Issue
Block a user