diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-12 22:31:41 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-12 22:32:09 +0200 |
| commit | 127124fabf23e2dcb13326ed633e741fa9d7db16 (patch) | |
| tree | 1df66f2e32d13f3c82c44744e8f7445cfbc53e70 | |
| parent | 7815ea3f45fa20692084d3d12344a58cb3be3162 (diff) | |
| download | hurrycurry-127124fabf23e2dcb13326ed633e741fa9d7db16.tar hurrycurry-127124fabf23e2dcb13326ed633e741fa9d7db16.tar.bz2 hurrycurry-127124fabf23e2dcb13326ed633e741fa9d7db16.tar.zst | |
"infinite" in debug
| -rw-r--r-- | data/maps/debug.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 20234ea0..8e0bf07e 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -14,6 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # score_baseline: 100000 +default_timer: 1000000 map: - "........................" - "...~...................." @@ -77,9 +78,7 @@ tiles: "C": wall:green -c entities: - - !customers - !player_portal { from: [16.5, 7.5], to: [21.5, 10.5] } - !item_portal { from: [20, 4], to: [20, 6] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - # - !environment [night] |