hex triplets for colors
This commit is contained in:
+2
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user