From 74fb8de441c68fff92680a48352f6b9b0f6e9271 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 23 Jul 2024 21:27:25 +0200 Subject: add player portals --- data/maps/conveyors_dot_com.yaml | 4 ++-- data/maps/debug.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index 7c67bc2e..e0b9230b 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -77,8 +77,8 @@ tile_entities: "^": !conveyor { dir: [0, -1] } entities: - - !portal { from: [4, 15], to: [4, 7] } - - !portal { from: [17, 7], to: [17, 15] } + - !item_portal { from: [4, 15], to: [4, 7] } + - !item_portal { from: [17, 7], to: [17, 15] } items: "S": pot diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index f44c4570..c6d60d42 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -85,6 +85,7 @@ items: entities: - !customers + - !player_portal { to: [1.5, 2.5], from: [1.5, 8.5] } tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } -- cgit v1.2.3-70-g09d2