Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed May 10, 2024
1 parent d78d650 commit 68dfddb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ world:
xx
xx
placements:
- src: tiny rectangle
- src: small rectangle
- src: medium rectangle
- src: big rectangle
- src: huge rectangle
- src: big rectangle
- src: medium rectangle
- src: small rectangle
- src: tiny rectangle
map: |
............
............
Expand Down
14 changes: 14 additions & 0 deletions data/scenarios/Testing/1356-portals/portals-and-waypoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ attrs:
- name: portal_out
fg: "#00a2ff"
bg: "#0065ff"
solution:
turn left;
move;
move;
turn left;
move;
move;
move;
turn left;
move;
move;
move;
move;
move;
entities:
- name: telepad entrance
display:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ world:
'B': [grass, null, base]
upperleft: [-97, 17]
placements:
- src: green_jewel
offset: [3, -3]
- src: red_jewel
offset: [1, -1]
- src: red_jewel
Expand All @@ -77,6 +75,8 @@ world:
offset: [5, -1]
- src: red_jewel
offset: [5, -5]
- src: green_jewel
offset: [3, -3]
map: |
.........
.........
Expand Down
16 changes: 8 additions & 8 deletions data/scenarios/Vignettes/roadway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@ world:
SSSSSS
SSSSSS
placements:
- src: tunnel
offset: [3, -21]
orient:
up: west
- src: tunnel
offset: [71, -21]
orient:
up: east
- src: road segment
offset: [6, -22]
orient:
Expand Down Expand Up @@ -161,6 +153,14 @@ world:
orient:
up: west
flip: true
- src: tunnel
offset: [3, -21]
orient:
up: west
- src: tunnel
offset: [71, -21]
orient:
up: east
upperleft:
- -18
- 30
Expand Down

0 comments on commit 68dfddb

Please sign in to comment.