mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
release 6.2
This commit is contained in:
@@ -66,6 +66,11 @@ class ItemIconSprite < SpriteWrapper
|
||||
end
|
||||
end
|
||||
|
||||
def animbitmap=(path="")
|
||||
@animbitmap = AnimatedBitmap.new(path)
|
||||
changeOrigin
|
||||
end
|
||||
|
||||
def item=(value)
|
||||
return if @item==value && !@forceitemchange
|
||||
@item = value
|
||||
|
||||
Reference in New Issue
Block a user