Files
kiln/maps/start.toml
T

40 lines
1.8 KiB
TOML
Raw Normal View History

[map]
name = "Starting Room"
width = 60
height = 25
player_start = [30, 12]
[palette]
2026-05-19 00:07:04 -05:00
" " = { archetype = "empty", tile = " ", fg = "#000000", bg = "#000000" }
"#" = { archetype = "wall", tile = "#", fg = "#808080", bg = "#606060" }
"+" = { archetype = "banana", tile = "#", fg = "#808080", bg = "#606060" }
[grid]
content = """
############################################################
# #
# #
# #
# #
# #
# ###### #
# # #
# +++ # #
# # #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
############################################################
"""