mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
fixes typo
This commit is contained in:
@@ -7,7 +7,7 @@ end
|
|||||||
|
|
||||||
def pbBattleAnimation(bgm=nil,battletype=0,foe=nil)
|
def pbBattleAnimation(bgm=nil,battletype=0,foe=nil)
|
||||||
$game_temp.in_battle = true
|
$game_temp.in_battle = true
|
||||||
viewport = Viewport.new(0,0,Graphicsc.width,Graphics.height)
|
viewport = Viewport.new(0,0,Graphics.width,Graphics.height)
|
||||||
viewport.z = 99999
|
viewport.z = 99999
|
||||||
# Set up audio
|
# Set up audio
|
||||||
playingBGS = nil
|
playingBGS = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user