This commit is contained in:
2026-06-13 21:33:38 -05:00
parent 299570bec8
commit 77eba1a09c
6 changed files with 127 additions and 18 deletions
+5 -3
View File
@@ -180,6 +180,8 @@ player_start = "@" # placed by the '@' grid char (convention)
"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" }
">" = { archetype = "pusher_east" }
"^" = { archetype = "pusher_north" }
# Optional visual floor layer, drawn under every empty cell (and revealed when a
# crate is pushed away). This is a grid form with its own palette: `g`/`d`/`s`
@@ -239,10 +241,10 @@ content = """
# #
# #
# #
# >| #
# #
# #
# #
# #
# - #
# ^ #
# M #
# #
# #