mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Follower idle animate always
This commit is contained in:
parent
86cdffdd76
commit
58a12e5edb
@ -61,9 +61,6 @@
|
||||
AnimationX = 1
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
If Me.Texture.Width = Me.Texture.Height Then
|
||||
AnimationX = 1
|
||||
Else
|
||||
Me.AnimationDelay -= 0.1F
|
||||
If AnimationDelay <= 0.0F Then
|
||||
@ -75,7 +72,6 @@
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Public Overrides Sub Render()
|
||||
|
@ -90,7 +90,6 @@ Public Class OverworldPokemon
|
||||
|
||||
Me.ChangeTexture()
|
||||
|
||||
If Moving = True Then
|
||||
Me.AnimationDelay -= 0.1F
|
||||
If AnimationDelay <= 0.0F Then
|
||||
AnimationX += 1
|
||||
@ -99,9 +98,6 @@ Public Class OverworldPokemon
|
||||
AnimationX = 1
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
AnimationX = 1
|
||||
End If
|
||||
|
||||
ChangePosition()
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user