diff --git a/assets/map/levels/level_3.map.yaml b/assets/map/levels/level_3.map.yaml index cac4dc664..c5a290c12 100644 --- a/assets/map/levels/level_3.map.yaml +++ b/assets/map/levels/level_3.map.yaml @@ -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 } @@ -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: [] diff --git a/assets/map/levels/level_8.map.yaml b/assets/map/levels/level_8.map.yaml index 825150d25..de57f8441 100644 --- a/assets/map/levels/level_8.map.yaml +++ b/assets/map/levels/level_8.map.yaml @@ -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 }