From cc3baa5f1aa27513aa0de90b24d643ccbc30a7b6 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 22:40:52 +0300 Subject: zigzag & depot maps; added conveyers --- data/maps/depot.yaml | 6 ++++++ data/maps/zigzag.yaml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'data') 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 -- cgit v1.2.3-70-g09d2