crates, player coords, arch.md gone
This commit is contained in:
+5
-2
@@ -2,12 +2,15 @@
|
||||
name = "Starting Room"
|
||||
width = 60
|
||||
height = 25
|
||||
player_start = [30, 12]
|
||||
player_start = "@" # placed by the '@' grid char (convention)
|
||||
|
||||
[palette]
|
||||
" " = { archetype = "empty", tile = " ", fg = "#000000", bg = "#000000" }
|
||||
"#" = { archetype = "wall", tile = "#", fg = "#808080", bg = "#606060" }
|
||||
"+" = { archetype = "banana", tile = "#", fg = "#808080", bg = "#606060" }
|
||||
"o" = { archetype = "crate", tile = 254, fg = "#aaaaaa", bg = "#000000" }
|
||||
"-" = { archetype = "hcrate", tile = 29, fg = "#aaaaaa", bg = "#000000" }
|
||||
"|" = { archetype = "vcrate", tile = 18, fg = "#aaaaaa", bg = "#000000" }
|
||||
|
||||
[grid]
|
||||
content = """
|
||||
@@ -23,7 +26,7 @@ content = """
|
||||
# # #
|
||||
# #
|
||||
# #
|
||||
# G #
|
||||
# oo G - | @ #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
|
||||
Reference in New Issue
Block a user