aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSofviic <sofviic1993@gmail.com>2024-07-07 22:40:52 +0300
committerSofviic <sofviic1993@gmail.com>2024-07-07 22:40:52 +0300
commitcc3baa5f1aa27513aa0de90b24d643ccbc30a7b6 (patch)
tree99b32263f5d12956b358438c62abb7959f69358b
parent9e727b45e56a7fdd786d1b2dc2229dabe69b2f31 (diff)
downloadhurrycurry-cc3baa5f1aa27513aa0de90b24d643ccbc30a7b6.tar
hurrycurry-cc3baa5f1aa27513aa0de90b24d643ccbc30a7b6.tar.bz2
hurrycurry-cc3baa5f1aa27513aa0de90b24d643ccbc30a7b6.tar.zst
zigzag & depot maps; added conveyers
-rw-r--r--data/maps/depot.yaml6
-rw-r--r--data/maps/zigzag.yaml6
2 files changed, 12 insertions, 0 deletions
diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml
index 5291180d..499966f6 100644
--- a/data/maps/depot.yaml
+++ b/data/maps/depot.yaml
@@ -56,6 +56,12 @@ tiles:
"█": wall
"▒": wall-window
+tile_entities:
+ ">": !conveyor { dir: [1, 0] }
+ "<": !conveyor { dir: [-1, 0] }
+ "v": !conveyor { dir: [0, 1] }
+ "^": !conveyor { dir: [0, -1] }
+
items:
"S": pot
"w": plate
diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml
index 2a1d749e..56d974b3 100644
--- a/data/maps/zigzag.yaml
+++ b/data/maps/zigzag.yaml
@@ -50,6 +50,12 @@ tiles:
"█": wall
"▒": wall-window
+tile_entities:
+ ">": !conveyor { dir: [1, 0] }
+ "<": !conveyor { dir: [-1, 0] }
+ "v": !conveyor { dir: [0, 1] }
+ "^": !conveyor { dir: [0, -1] }
+
items:
"S": pot
"w": plate