mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Created folder Graphics/UI, renamed some UI graphics
This commit is contained in:
@@ -17,7 +17,7 @@ class PokemonEggHatch_Scene
|
||||
@viewport = Viewport.new(0, 0, Graphics.width, Graphics.height)
|
||||
@viewport.z = 99999
|
||||
# Create background image
|
||||
addBackgroundOrColoredPlane(@sprites, "background", "hatchbg",
|
||||
addBackgroundOrColoredPlane(@sprites, "background", "hatch_bg",
|
||||
Color.new(248, 248, 248), @viewport)
|
||||
# Create egg sprite/Pokémon sprite
|
||||
@sprites["pokemon"] = PokemonSprite.new(@viewport)
|
||||
|
||||
Reference in New Issue
Block a user