12 lines
164 B
TOML
12 lines
164 B
TOML
[tileset]
|
|
name = "Test Tiles"
|
|
desc = "Testing edge-aware tiles"
|
|
size = 128
|
|
|
|
[legend]
|
|
" " = "background"
|
|
"," = "grass"
|
|
"_" = "water"
|
|
"." = "ground"
|
|
"m" = "mountain"
|