mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Added some graphics filenames to the core messages
This commit is contained in:
@@ -12,7 +12,7 @@ class PokemonJukebox_Scene
|
||||
@viewport.z = 99999
|
||||
@sprites = {}
|
||||
@sprites["background"] = IconSprite.new(0, 0, @viewport)
|
||||
@sprites["background"].setBitmap("Graphics/UI/jukebox_bg")
|
||||
@sprites["background"].setBitmap(_INTL("Graphics/UI/jukebox_bg"))
|
||||
@sprites["header"] = Window_UnformattedTextPokemon.newWithSize(
|
||||
_INTL("Jukebox"), 2, -18, 128, 64, @viewport
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user