This commit is contained in:
2026-06-06 01:37:19 -05:00
parent 8f2cca2907
commit 05c9fdbde9
4 changed files with 368 additions and 58 deletions
+5 -4
View File
@@ -23,7 +23,7 @@ content = """
# # #
# #
# #
# #
# G #
# #
# #
# #
@@ -38,13 +38,14 @@ content = """
############################################################
"""
# Placed by its grid character `G` (uppercase-letter convention for objects)
# rather than x/y; the cell under it loads as Empty.
[[objects]]
fg = "#aa3333"
bg = "#000000"
x = 10
y = 10
palette = "G"
tile = "#"
passable = true
solid = false
script_name = "greeter"
[scripts]