Skip to content

Commit 7018b07

Browse files
authored
Merge pull request #2042 from Narre/levelflip_enhancements
Improvements to flipping
2 parents 7357f40 + 8cf7d51 commit 7018b07

File tree

124 files changed

+908
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+908
-333
lines changed

data/images/objects/door/door.sprite

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
(supertux-sprite
22
(action
33
(name "closed")
4-
(hitbox 8 4 44 80)
4+
(hitbox 8 4 44 92)
55
(images
66
"door-0.png"
77
)
88
)
99
(action
1010
(name "opening")
11-
(hitbox 8 4 44 80)
11+
(hitbox 8 4 44 92)
1212
(images
1313
"door-0.png"
1414
"door-1.png"
@@ -22,14 +22,14 @@
2222
)
2323
(action
2424
(name "open")
25-
(hitbox 8 4 44 80)
25+
(hitbox 8 4 44 92)
2626
(images
2727
"door-7.png"
2828
)
2929
)
3030
(action
3131
(name "closing")
32-
(hitbox 8 4 44 80)
32+
(hitbox 8 4 44 92)
3333
(images
3434
"door-7.png"
3535
"door-6.png"
@@ -43,7 +43,7 @@
4343
)
4444
(action
4545
(name "locked")
46-
(hitbox 8 4 44 80)
46+
(hitbox 8 4 44 92)
4747
(images
4848
"door-locked.png"
4949
)
-1.51 KB
Binary file not shown.
-1.55 KB
Binary file not shown.
-1.38 KB
Binary file not shown.
-1.45 KB
Binary file not shown.
-752 Bytes
Binary file not shown.
-1.25 KB
Binary file not shown.
-1.19 KB
Binary file not shown.
-1.09 KB
Binary file not shown.
-1.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)