diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-09 20:29:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-09 20:29:51 +0200 |
commit | 5cfc9451c070bd6e063b8fe935b55779a9acc97a (patch) | |
tree | 8c70d06a5a5538f7a2180e2d87567178ef7c748b | |
parent | 3793433c0f9b0fe6fe5b39f0da2f87f87eef910d (diff) | |
download | hurrycurry-5cfc9451c070bd6e063b8fe935b55779a9acc97a.tar hurrycurry-5cfc9451c070bd6e063b8fe935b55779a9acc97a.tar.bz2 hurrycurry-5cfc9451c070bd6e063b8fe935b55779a9acc97a.tar.zst |
remove whitespace error
-rw-r--r-- | data/maps/conveyors_dot_com.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index 23fa2103..91b185bf 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -75,7 +75,7 @@ tile_entities: "<": !conveyor { dir: [-1, 0] } "v": !conveyor { dir: [0, 1] } "^": !conveyor { dir: [0, -1] } - + entities: - !conveyor { from: [4, 15], to: [4, 7] } - !conveyor { from: [17, 7], to: [17, 15] } |