Battle Background Scroll
This plugin allows the backgrounds within battles to scroll in both the
X and Y directions during a battle.
這個(gè)插件可以讓戰(zhàn)斗背景進(jìn)行滾動(dòng)
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:
你可以在敵群名字中使用下面的代碼命令來設(shè)置滾動(dòng)效果
<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.
你可以設(shè)置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.
這個(gè)命令很簡單国夜,你只需要復(fù)制后設(shè)置速度大小即可
For example:
SetBattleBack1ScrollSpeed 3 6
SetBattleBack2ScrollSpeed 0 -10