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:
SkyanUltra 2025-10-13 14:56:40 -04:00 committed by GitHub
parent 14c193fb27
commit a9b4cbe674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ const ANIMATION_FALLBACKS := {
"SwimBump": "Bump",
"DieFreeze": "Die",
"StarJump": "Jump",
"StarFall": "StarJump"
"StarFall": "JumpFall"
}
var palette_transform := true