diff options
| author | nokoe <nokoe@mailbox.org> | 2024-07-28 17:41:50 +0200 | 
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-07-28 17:44:01 +0200 | 
| commit | e2ba0525717fa02ffb3c21fc5edb6b75210e0443 (patch) | |
| tree | 3bc9c4a44d7c8aa315b539c369e755f050d624b0 /data | |
| parent | dd298408f031b5db48f91679986e8a65aed41ad6 (diff) | |
| download | hurrycurry-e2ba0525717fa02ffb3c21fc5edb6b75210e0443.tar hurrycurry-e2ba0525717fa02ffb3c21fc5edb6b75210e0443.tar.bz2 hurrycurry-e2ba0525717fa02ffb3c21fc5edb6b75210e0443.tar.zst | |
lamps
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/debug.yaml | 5 | ||||
| -rw-r--r-- | data/maps/paris.yaml | 10 | 
2 files changed, 10 insertions, 5 deletions
| diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index ba984001..93139286 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -22,10 +22,10 @@ map:      - "..X01234567....."      - "..............¹."      - "..⌷ffC.SSoo...⌷." -    - "..s⌷⌷⌷.⌷⌷⌷⌷...²." +    - "..s⌷⌷⌷ɷ⌷⌷⌷⌷...²."      - "................"      - "..ppppbpppp.³..." -    - "..cccc.cccc..'''''" +    - "..ccccɷcccc..'''''"      - ".............'''''"      - "6.>>>}o>>>>..''l''"      - "p.°>>>>v.....'''''" @@ -81,6 +81,7 @@ tiles:      "L": counter-window      "+": counter-window      "°": counter-window +    "ɷ": chandelier  items:      "S": pot diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml index cb1aed69..e0007474 100644 --- a/data/maps/paris.yaml +++ b/data/maps/paris.yaml @@ -21,13 +21,13 @@ map:      - "'''''''''''''''''''''''''"      - "''''██▒▒████▒▒██▒▒███'''*"      - "''''█#ppppp#ss█oooo#█''''" -    - "'*''▒.........d....R▒''*'" +    - "'*''▒.1....1..d...1R▒''*'"      - "''''█wwwdd█www█.ff.T█'''*"      - "*'''▒.........█....F▒''''"      - "''''█ctc..ctc.█.SS.L█''''" -    - "*'''▒.........█....R▒'''*" +    - "*'''▒.8....8..█....R▒'''*"      - "''''█ctc..ctc.█.SS.T█''''" -    - "''''▒.........█....F▒''*'" +    - "''''▒.........█...1F▒''*'"      - "*'''█ctc..ctc.█XCC##█'''*"      - "''''██▒▒dd▒▒███▒▒████''''"      - "'l'''''l__l'''''l'''''l''" @@ -53,6 +53,8 @@ tiles:      "L": leek-crate      "X": trash      "l": lamp +    "8": chandelier +    "1": ceiling-lamp      "c": chair      ".": floor @@ -84,6 +86,8 @@ walkable:      - chair      - grass      - path +    - chandelier +    - ceiling-lamp  collider:      - wall | 
