Skip to content

Commit 54a3823

Browse files
authored
IcyIsland cutscenes and fixes (#3395)
* fix switch and trampoline death in the crystal mine * make secret exits and secret paths actually work * actually fix the paths thingie * restore intro cutscene * fix foreground mountain tile * restore castle cutscene * restore yeti cutscene * add a cutscene after defeating the yeti * fix worldmap yeti hitbox * various touch-ups and worldmap fixes * subtitle duration * add new cutscenes (wip) [ci skip] * remove old cutscenes minor fixes in new cutscenes * modify the crystal mine cutscene to fit with the new castle cutscene * fix typo [ci skip] * remove old scripttrigger, add missing full stop [ci skip] * timing in 'An Unsuspected Follower' [ci skip] --------- Co-authored-by: Frostwithasideofsalt <[email protected]> fixes #3390 closes #3394
1 parent 138a838 commit 54a3823

19 files changed

+3826
-2869
lines changed

data/images/worldmap/common/yeti.sprite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(supertux-sprite
22
(action
33
(name "default")
4-
(hitbox 23 90 0 0)
4+
(hitbox 23 90 0 64)
55
(fps 5)
66
(images "../../creatures/yeti/worldmap_1.png"
77
"../../creatures/yeti/worldmap_2.png"
@@ -19,7 +19,7 @@
1919
)
2020
(action
2121
(name "solved")
22-
(hitbox 0 65 0 0)
22+
(hitbox 0 65 0 64)
2323
(fps 3)
2424
(images "../../creatures/yeti/iceyeti_dust_wm_0.png"
2525
"../../creatures/yeti/iceyeti_dust_wm_1.png"

0 commit comments

Comments
 (0)