diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-24 17:44:50 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:26:26 +0200 |
commit | 13e6c04d5524a136658a97e0b58dd6284e0481d9 (patch) | |
tree | dee8f7c6866c18a96175d3e10c60070cc15effea /data | |
parent | 9c82978ac09a89e13973913b424822140ad3b4c3 (diff) | |
download | hurrycurry-13e6c04d5524a136658a97e0b58dd6284e0481d9.tar hurrycurry-13e6c04d5524a136658a97e0b58dd6284e0481d9.tar.bz2 hurrycurry-13e6c04d5524a136658a97e0b58dd6284e0481d9.tar.zst |
add black holes
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug.yaml | 44 |
1 files changed, 26 insertions, 18 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index c6d60d42..8be2bda4 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -1,5 +1,6 @@ # Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -15,22 +16,22 @@ # score_baseline: 100000 map: - - "............." - - "............." - - "..X01234567.." - - "............." - - "..⌷ffC.SSoo.." - - "..s⌷⌷⌷.⌷⌷⌷⌷.." - - "............." - - "..ppppbpppp.." - - "..cccc.cccc.." - - "............." - - ".26.........." - - ".>>>}o>>>>..." - - ".°>>>>v......" - - ".+>>]öü>>>..." - - ".L>>>^......." - - "3............" + - "................" + - "................" + - "............⁴..." + - "..X01234567....." + - "..............¹." + - "..⌷ffC.SSoo...⌷." + - "..s⌷⌷⌷.⌷⌷⌷⌷...²." + - "................" + - "..ppppbpppp.³..." + - "..cccc.cccc....." + - "................" + - "6.>>>}o>>>>....." + - "p.°>>>>v........" + - "2.+>>]öü>>>....." + - "3.L>>>^........." + - "................" tiles: "⌷": counter @@ -53,6 +54,10 @@ tiles: "7": fish-crate "X": trash + "¹": item-portal-in + "²": item-portal-out + "³": player-portal-in + "⁴": player-portal-out "c": chair "~": floor ".": floor @@ -85,7 +90,8 @@ items: entities: - !customers - - !player_portal { to: [1.5, 2.5], from: [1.5, 8.5] } + - !player_portal { from: [12.5, 8.5], to: [12.5, 2.5] } + - !item_portal { from: [14, 4], to: [14, 6] } tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } @@ -97,7 +103,7 @@ tile_entities: "°": !conveyor { dir: [1, 0], filter: plate } "+": !conveyor { dir: [1, 0], filter: tomato } "L": !conveyor { dir: [1, 0], filter: leek } - "ö": !conveyor { dir: [1, 0], filter: tomato-soup-pot} + "ö": !conveyor { dir: [1, 0], filter: tomato-soup-pot } "ü": !conveyor { dir: [1, 0], filter: tomato-soup-plate } chef_spawn: "~" @@ -109,6 +115,8 @@ walkable: - chair - grass - path + - player-portal-in + - player-portal-out collider: - wall |