Battle Background Scroll
This plugin allows the backgrounds within battles to scroll in both the
X and Y directions during a battle.
这个插件可以让战斗背景进行滚动
Troop Notetags
In order to set scrolling to a troop’s battle backgrounds, you can use
the following notetags within the Troop’s NAME section:
你可以在敌群名字中使用下面的代码命令来设置滚动效果
<back1-speed: [xspeed], [yspeed]>
<back2-speed: [xspeed], [yspeed]>
Using these, you can set both X and Y Speeds to the Backgrounds 1 and 2
of the battle.
你可以设置xy方向的速度
For example:
Bat*2 <back1-speed: 4, 0> <back1-speed: 0, -3>
Plugin Commands
You can also use the following Plugin Command to change the speed of
the battle backgrounds in the middle of the background:
你也可以使用插件命令来改变速度
SetBattleBack1ScrollSpeed [xspeed] [yspeed] SetBattleBack2ScrollSpeed [xspeed] [yspeed]
These Plugin Commands are pretty simple. You can use them to manipulate
the Battle Backgrounds 1 and 2 respectively. Simply set “xspeed” and
“yspeed” to the X and Y Speeds you wish to use.
这个命令很简单,你只需要复制后设置速度大小即可
For example:
SetBattleBack1ScrollSpeed 3 6
SetBattleBack2ScrollSpeed 0 -10