pokeradar

This commit is contained in:
infinitefusion
2022-04-18 15:26:38 -04:00
parent 540adf4760
commit f473ab3cc2
29 changed files with 171 additions and 29 deletions

View File

@@ -130,6 +130,10 @@ class PokemonIconSprite < SpriteWrapper
super(@logical_y + @adjusted_y)
end
def animBitmap=(value)
@animBitmap = value
end
def pokemon=(value)
@pokemon = value
@animBitmap.dispose if @animBitmap