mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Removed all uses of SpriteWrapper (#184)
This commit is contained in:
@@ -33,7 +33,7 @@ class PokemonEggHatch_Scene
|
||||
crackfilename = pbResolveBitmap(crackfilename)
|
||||
@hatchSheet = AnimatedBitmap.new(crackfilename)
|
||||
# Create egg cracks sprite
|
||||
@sprites["hatch"] = SpriteWrapper.new(@viewport)
|
||||
@sprites["hatch"] = Sprite.new(@viewport)
|
||||
@sprites["hatch"].x = @sprites["pokemon"].x
|
||||
@sprites["hatch"].y = @sprites["pokemon"].y
|
||||
@sprites["hatch"].ox = @sprites["pokemon"].ox
|
||||
|
||||
Reference in New Issue
Block a user