Basic Renderer
* Adds Tiled map JSON rendering * TODO Cleanup & Organization
This commit is contained in:
5
layerType.wren
Normal file
5
layerType.wren
Normal file
@@ -0,0 +1,5 @@
|
||||
// ENUM lol
|
||||
class LayerType {
|
||||
static Tile { "tilelayer" }
|
||||
static Object { "objectgroup" }
|
||||
}
|
||||
Reference in New Issue
Block a user