aboutsummaryrefslogtreecommitdiff
path: root/layer_type.wren
blob: cee6b8264bb9559802ca1fbd369e57ed3e42d47c (plain)
1
2
3
4
5
// ENUM lol
class LayerType {
    static Tile { "tilelayer" }
    static Object { "objectgroup" }
}