diff options
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 |