Skip to content

Commit

Permalink
merge fixup (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo authored Jul 12, 2023
1 parent cfb1e92 commit 8548e4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ world:
- src: bigbox
offset: [2, -2]
orient:
up: "DNorth"
up: north
- src: bigbox
offset: [8, -2]
orient:
up: "DEast"
up: east
- src: bigbox
offset: [8, -6]
orient:
up: "DSouth"
up: south
- src: bigbox
offset: [2, -6]
orient:
up: "DWest"
up: west
map: |
┌───────────┐
│*..*..*..*.│
Expand Down
14 changes: 7 additions & 7 deletions data/scenarios/Testing/1356-portals/portals-flip-and-rotate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,34 +90,34 @@ world:
- src: tetromino
offset: [9, -2]
orient:
up: "DEast"
up: east
- src: tetromino
offset: [17, -2]
orient:
up: "DSouth"
up: south
- src: tetromino
offset: [23, -2]
orient:
up: "DWest"
up: west
- src: tetromino
offset: [3, -9]
orient:
up: "DNorth"
up: north
flip: true
- src: tetromino
offset: [9, -9]
orient:
up: "DEast"
up: east
flip: true
- src: tetromino
offset: [17, -9]
orient:
up: "DSouth"
up: south
flip: true
- src: tetromino
offset: [23, -9]
orient:
up: "DWest"
up: west
flip: true
portals:
- entrance: portal_in
Expand Down

0 comments on commit 8548e4f

Please sign in to comment.