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