mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Removed all uses of SpriteWrapper (#184)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#===============================================================================
|
||||
# Walking charset, for use in text entry screens and load game screen
|
||||
#===============================================================================
|
||||
class TrainerWalkingCharSprite < SpriteWrapper
|
||||
class TrainerWalkingCharSprite < Sprite
|
||||
def initialize(charset, viewport = nil)
|
||||
super(viewport)
|
||||
@animbitmap = nil
|
||||
|
||||
Reference in New Issue
Block a user