⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startscreen.xml

📁 autoexe.bat
💻 XML
字号:
<screen name="Stage 1 Load">

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

	<textSub name="title" string="XXX\n" />
								  
	<textSub name="tagline" string="Is there a doctor in the house?"/>

	<textSub name="para1"  string="You've reached a Surgeon Fish crossing! Swim carefully, until\n
									you're big enough for a yummy Surgeon Fish feast!\n" />

	<textSub name="para2"  string="Over Charging Surgeons:\n
									   Be especially careful when you're near a predator that's\n
									   feeding on smaller fish. They tend to speed up when\n
									   they're lunging for the kill.
								         "/>

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

</screen>


<!--<screen name="Barracuda">
	<image name="background" file="resources\menus\mainBg.jpg"  />
	<image name="logo" file="resources\menus\logo.png" x="135" />

	<text name="text" 
			xAlign="center" yAlign="top" size="18" x="320" y="100" 
			string="Stage 8: Barracuda Alert\n\n
	
			Barracuda are deadly predators.  Watch out for\n
			the early warning signs and stay out of their way!\n\n" 
			
			font="resources/HUD/textFont.xml" 
	/>

	<group name="noTimeObjective" y="205">
		<text name="objectiveText" 
		font="resources/hud/textFont.xml" xAlign="center" x="320" y="20"
		string="Hint - Feeling Lucky? Bite the Barracuda's \n
				tail to score extra points. But watch out! He\n
				might not appreciate it." 
		/>
	</group>

	<group name="timeObjective" y="265">
		<text name="timeObjectiveLimitHeader" font="resources/hud/textFont.xml" string="Time Limit:" xAlign="right" x="330" y="30"/>
		<text name="timeObjectiveLimit" font="resources/hud/textFont.xml" string="0:00" xAlign="left" x="340" y="30"/>
	</group>

	<group name="continueBtnGroup" x="224" y="320">
		<imageButton name="continueBtn" upImg="resources\menus\genericButtonNormal.png" overImg="resources\menus\genericButtonHigh.png" x="25" y="15" action="stageStart"  overSound="resources/sounds/mouseOver.wav" activeSound="resources/sounds/mouseDown.wav" />
		<text name="continueBtnText" string="Continue" font="resources/HUD/buttonFont.xml" xAlign="center" yAlign="top" size="18" x="96" y="30" />
	</group>

</screen>-->

⌨️ 快捷键说明

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