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

View File

@@ -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