mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +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
|
End If
|
||||||
Else
|
Else
|
||||||
Me.AnimationDelayLength = 1.1F
|
Me.AnimationDelayLength = 1.1F
|
||||||
If Core.CurrentScreen.Identification = Screen.Identifications.BattleScreen Then
|
If Me.Texture.Width = Me.Texture.Height / 2 Then
|
||||||
Me.Moving = True
|
Me.Moving = True
|
||||||
Else
|
Else
|
||||||
Me.Moving = False
|
Me.Moving = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user