diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-23 21:27:25 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:21:48 +0200 | 
| commit | 74fb8de441c68fff92680a48352f6b9b0f6e9271 (patch) | |
| tree | 88e59c1043ac5de7379986eadc7f574e27f6c085 /data | |
| parent | 149c58d54bf9c0eda6e3d978984e5e0365b7395d (diff) | |
| download | hurrycurry-74fb8de441c68fff92680a48352f6b9b0f6e9271.tar hurrycurry-74fb8de441c68fff92680a48352f6b9b0f6e9271.tar.bz2 hurrycurry-74fb8de441c68fff92680a48352f6b9b0f6e9271.tar.zst | |
add player portals
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/conveyors_dot_com.yaml | 4 | ||||
| -rw-r--r-- | data/maps/debug.yaml | 1 | 
2 files changed, 3 insertions, 2 deletions
| 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 } | 
