updating test maps
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ grid = """
|
||||
"""
|
||||
[boards.start.palette]
|
||||
"#" = { type = "builtin", kind = "wall" }
|
||||
"o" = { type = "builtin", kind = "crate", glyph = { tile = 254, fg = "#aaaaaa", bg = "#000000" } }
|
||||
"o" = { type = "builtin", kind = "crate", tile = 254, fg = "#4444bb", bg = "#000000" }
|
||||
"@" = { type = "player" }
|
||||
# "G" = { type = "object", tile = 35, fg = "#aa3333", bg = "#000000", enter = "block", script_name = "greeter" }
|
||||
"h" = { type = "builtin", kind = "heart" }
|
||||
|
||||
Reference in New Issue
Block a user