📄 stage.xml
字号:
<stage name="SS Big Ridge"
friendlyName="Big Ridge Screen Saver"
stageWidth="640"
stageHeight="480"
type="menu"
>
<environment bgLayout="resources/backdrops/SS_BigRidge/bgLayout.xml"
fgLayout="resources/backdrops/SS_BigRidge/fgLayout.xml"
mgLayout="resources/backdrops/SS_BigRidge/mgLayout.xml"/>
<toolTip file="config/toolTips/menuTip.xml" type="levelStart" delay="0.1" />
<playerFish config="config/Fish/OrcaPlayer.xml" >
<size size="12.5" targetScore="0" scale="0.45" />
<size size="16.5" targetScore="600" scale="0.65" />
<size size="21.5" targetScore="1500" scale="1.0" />
<size size="22.5" targetScore="2300" scale="1.0" />
</playerFish>
<enemyFish name="Orcalarge" template="config/Fish/OrcaLargeSS.xml" poolSize="1" >
<spawnInfo playerSize="0" maxCount="1" respawnFreq="(0.0,1.0)" />
</enemyFish>
<enemyFish name="Shark" template="config/Fish/SharkLargeSS.xml" poolSize="2" >
<spawnInfo playerSize="0" maxCount="2" respawnFreq="(2.0,4.0)" />
</enemyFish>
<enemyFish name="JohnDorySmallSchool" template="config/fish/JohnDorySmallSchool.xml" poolSize="12" >
<spawnInfo playerSize="0" maxCount="6" respawnFreq="(1.0,4.0)" />
</enemyFish>
<enemyFish name="SharkBossFlyby" template="config/fish/SharkBossFlyby.xml" poolSize="1" displayMenuImage="false" mode="onlyUneaten">
<spawnInfo playerSize="12.5" maxCount="1" respawnFreq="(20.0,40.0)" />
</enemyFish>
<enemyFish name="TunaMediumSchool" template="config/fish/TunaMediumSchoolSS.xml" poolSize="8" >
<spawnInfo playerSize="0" maxCount="4" respawnFreq="(1.0,4.0)" />
</enemyFish>
<music introSound="stageIntro"
outroSound="stageOutro"
gameMusic="resources/music/track3.wav" />
</stage>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -