startscreen.xml

来自「autoexe.bat」· XML 代码 · 共 30 行

XML
30
字号
<screen name="Fish Soup Start">

	<include name="baseLyout" file="config\Stages\stageStartBase.xml" />

	<textSub name="title" string="XXX" />
								  
	<textSub name="tagline" string="Nothing like a nice bouillabaisse..." />
		
	<textSub name="para1"  string="It's like an all-you-can-eat Minnow buffet here! To bad\n
								the other nearby predators have the same idea.\n" />

	<textSub name="para2"  string="NEW POWER-UP!\n
									    Eat a 'Flash Bomb' bubble to stun all the other\n
									    fish on the screen for a few seconds!\n\n
								Hint: Don't forget to use the Right Mouse button to suck!"/>

	<group x="0" y="-20">
   		<image name="extraButton" file="resources\Bonus\stunBubble1.png" pivot="center" x="502" y="273" />

   		<image name="extraButton" file="resources\FX\Stun\stunBonusParticle0.png" scaleX="0.5" scaleY="0.5" pivot="center" x="462" y="253" />
   		<image name="extraButton" file="resources\FX\Stun\stunBonusParticle0.png" scaleX="0.5" scaleY="0.5" pivot="center" x="532" y="233" />
   		<image name="extraButton" file="resources\FX\Stun\stunBonusParticle0.png" scaleX="0.5" scaleY="0.5" pivot="center" x="523" y="313" />
   		<image name="extraButton" file="resources\FX\Stun\stunBonusParticle0.png" scaleX="0.5" scaleY="0.5" pivot="center" x="473" y="305" />
	</group>

	<textSub name="objectiveText" string=" " />
	<textSub name="timeObjectiveText" string=" " />

</screen>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?