Removed RGSS2 compatibility, condensed BitmapCache into RPG::Cache and made it work

This commit is contained in:
Maruno17
2021-03-10 21:32:00 +00:00
parent 117396f8e2
commit ba1d225b83
13 changed files with 163 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
#===============================================================================
# SpriteWrapper is a class based on Sprite which wraps Sprite's properties.
# SpriteWrapper is a class which wraps (most of) Sprite's properties.
#===============================================================================
class SpriteWrapper < Sprite
class SpriteWrapper
def initialize(viewport=nil)
@sprite = Sprite.new(viewport)
end