mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed Database animations' position not moving the animation for exclamations
This commit is contained in:
@@ -49,9 +49,9 @@ module RPG
|
||||
array.push(anim)
|
||||
end
|
||||
|
||||
def animation(animation, hit, height = 3)
|
||||
def animation(animation, hit, height = 3, no_tone = false)
|
||||
anim = SpriteAnimation.new(self)
|
||||
anim.animation(animation, hit, height)
|
||||
anim.animation(animation, hit, height, no_tone)
|
||||
pushAnimation(@animations, anim)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user