mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Pokémon idle animate when they have only 2 frames
This commit is contained in:
parent
61fa959866
commit
bd8f91e338
@ -188,7 +188,7 @@ Public Class OverworldPokemon
|
||||
End If
|
||||
Else
|
||||
Me.AnimationDelayLength = 1.1F
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||
If Me.Texture.Width = Me.Texture.Height / 2 Then
|
||||
Me.Moving = True
|
||||
Else
|
||||
Me.Moving = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user