display spriter credits in fusion screen and pokedex

This commit is contained in:
infinitefusion
2023-04-08 09:19:07 -04:00
parent 43752e511a
commit 96074dd94c
21 changed files with 68 additions and 2 deletions

View File

@@ -25,6 +25,10 @@ class PokemonSprite < SpriteWrapper
changeOrigin
end
def filename
return @bitmap
end
def changeOrigin
return if !self.bitmap
@offset = PictureOrigin::Center if !@offset
@@ -76,6 +80,10 @@ class PokemonSprite < SpriteWrapper
changeOrigin
end
def getBitmap
return @_iconbitmap
end
def update
super
if @_iconbitmap