mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
StarFall animation fallback fix (#584)
if you don't have StarJump, it would ignore your JumpFall animation when you have invincibility. this fixes that.
This commit is contained in:
@@ -170,7 +170,7 @@ const ANIMATION_FALLBACKS := {
|
|||||||
"SwimBump": "Bump",
|
"SwimBump": "Bump",
|
||||||
"DieFreeze": "Die",
|
"DieFreeze": "Die",
|
||||||
"StarJump": "Jump",
|
"StarJump": "Jump",
|
||||||
"StarFall": "StarJump"
|
"StarFall": "JumpFall"
|
||||||
}
|
}
|
||||||
|
|
||||||
var palette_transform := true
|
var palette_transform := true
|
||||||
|
Reference in New Issue
Block a user