diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-09 19:53:10 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-09 19:53:10 +0200 | 
| commit | c101726425a492e195eafb27ca261b0145ffbab1 (patch) | |
| tree | dc93b2c26c1df4931d16e33625586d9b7a1b2fa3 /data | |
| parent | 5d2cef94937dd4f43d7831640aede5d38fa91506 (diff) | |
| download | hurrycurry-c101726425a492e195eafb27ca261b0145ffbab1.tar hurrycurry-c101726425a492e195eafb27ca261b0145ffbab1.tar.bz2 hurrycurry-c101726425a492e195eafb27ca261b0145ffbab1.tar.zst | |
contignous recording
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/depot.yaml | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml index 45b36398..f51bcd53 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -1,6 +1,7 @@  # Hurry Curry! - a game about cooking  # Copyright 2024 Sofviic  # Copyright 2024 nokoe +# Copyright 2024 metamuffin  #  # 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 @@ -43,10 +44,10 @@ map:  tiles:      "#": counter -    "<": counter -    ">": counter -    "v": counter -    "^": counter +    "<": conveyor +    ">": conveyor +    "v": conveyor +    "^": conveyor      "f": counter      "p": counter      "t": table | 
