Quick remapping of SwimMove to WaterMove (#614)

Fixes the fallback for WingMove to be set correctly to WaterMove.
This commit is contained in:
SkyanUltra
2025-10-17 12:28:17 -04:00
committed by GitHub
parent 9a17f140e0
commit ad92f70925

View File

@@ -169,7 +169,7 @@ const ANIMATION_FALLBACKS := {
"SkidAttack": "MoveAttack",
"WingIdle": "WaterIdle",
"FlyUp": "SwimUp",
"WingMove": "SwimMove",
"WingMove": "WaterMove",
"FlyAttack": "SwimAttack",
"FlyBump": "SwimBump",
"FlagSlide": "Climb",