mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 23:05:24 +02:00
Fixed HatchEggScreen Pokémon sprite scale
This commit is contained in:
parent
ff35093697
commit
90a9f56a25
@ -84,7 +84,7 @@
|
|||||||
Egg = GetEggTexture()
|
Egg = GetEggTexture()
|
||||||
End If
|
End If
|
||||||
ElseIf Stage = 6 Then
|
ElseIf Stage = 6 Then
|
||||||
If size < 3.5F Then
|
If size < 4.0F Then
|
||||||
size += 0.08F
|
size += 0.08F
|
||||||
Else
|
Else
|
||||||
MusicManager.Play("wild_defeat")
|
MusicManager.Play("wild_defeat")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user