Skip to content

Commit

Permalink
fix(sprite): invisible solid tile below crow's nest
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson137 committed Nov 17, 2024
1 parent dc07577 commit 0d21246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/map/levels/level_3.map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ layers:
- { pos: [1, 10], idx: 53, collision: JumpThrough }
- { pos: [2, 10], idx: 53, collision: JumpThrough }
- { pos: [3, 10], idx: 54, collision: JumpThrough }
- { pos: [13, 10], idx: 54, collision: JumpThrough }
- { pos: [13, 10], idx: 10, collision: JumpThrough }
- { pos: [23, 10], idx: 52, collision: JumpThrough }
- { pos: [24, 10], idx: 53, collision: JumpThrough }
- { pos: [25, 10], idx: 53, collision: JumpThrough }
Expand All @@ -345,5 +345,5 @@ layers:
- { pos: [19, 13], idx: 53, collision: JumpThrough }
- { pos: [20, 13], idx: 54, collision: JumpThrough }
- { pos: [25, 13], idx: 52, collision: JumpThrough }
- { pos: [13, 14], idx: 54, collision: JumpThrough }
- { pos: [13, 14], idx: 10, collision: JumpThrough }
elements: []
4 changes: 2 additions & 2 deletions assets/map/levels/level_8.map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ layers:
- { pos: [11, 12], idx: 2, collision: Empty }
- { pos: [12, 12], idx: 3, collision: Empty }
- { pos: [14, 12], idx: 3, collision: Empty }
- { pos: [8, 13], idx: 54, collision: Empty }
- { pos: [8, 13], idx: 10, collision: Empty }
- { pos: [13, 13], idx: 3, collision: Empty }
- { pos: [14, 13], idx: 4, collision: Empty }
- { pos: [18, 13], idx: 54, collision: Empty }
- { pos: [18, 13], idx: 10, collision: Empty }
- { pos: [7, 14], idx: 30, collision: Empty }
- { pos: [8, 14], idx: 31, collision: Empty }
- { pos: [9, 14], idx: 32, collision: Empty }
Expand Down

0 comments on commit 0d21246

Please sign in to comment.