hex triplets for colors

This commit is contained in:
2026-07-26 11:18:30 -05:00
parent ba8c72d5a5
commit 9844671c46
5 changed files with 173 additions and 67 deletions
+2 -1
View File
@@ -31,7 +31,7 @@ grid = """
#####################
# #
# G @ #
# oo #
# oo hh #
# #
#####################
"""
@@ -40,4 +40,5 @@ grid = """
"o" = { type = "builtin", kind = "crate", glyph = { tile = 254, fg = "#aaaaaa", bg = "#000000" } }
"@" = { type = "player" }
# "G" = { type = "object", tile = 35, fg = "#aa3333", bg = "#000000", enter = "block", script_name = "greeter" }
"h" = { type = "builtin", kind = "heart" }
"G" = { type = "builtin", kind = "gem" }