diff options
author | nokoe <nokoe@mailbox.org> | 2025-04-06 20:06:40 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-04-06 20:07:36 +0200 |
commit | 803645281ad11353bdbbd0ccf4683f203d9554fa (patch) | |
tree | e16a2a749f6f952756f100bd3308dd0a08f73d9e /data/maps | |
parent | c53330bc8aebfa5524f87164b150e3e7b66ae92f (diff) | |
download | hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar.bz2 hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar.zst |
house tiles
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/debug2.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index 1ff423de..154296e6 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -16,7 +16,10 @@ # score_baseline: 100000 map: - - "........................" + - "RRRTTRRRT|.............." + - "RRRHH+@@+D.............." + - "TTT+...................." + - "|||H...................." - "...~...................." - "........................" - "........................" @@ -74,7 +77,13 @@ tiles: "d": door "▒": wall-window "█": wall - + "H": house-wall + "+": house-balcony + "R": house-roof + "T": house-roof-chimney + "|": house-side + "@": house-oriel + "D": house-door items: "S": pot "w": plate |