Files
rebirth-wren/layer_type.wren
Indrajith K L 2ff207a1d3 * Code Refactoring
* Bug Fixes in Map rendering
2021-08-02 13:23:30 +05:30

5 lines
99 B
Plaintext

// ENUM lol
class LayerType {
static Tile { "tilelayer" }
static Object { "objectgroup" }
}