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

📄 mainmenu.xml

📁 autoexe.bat
💻 XML
字号:
<screen name="Main Menu">
	<!--<image name="background" file="resources\menus\mainBg.jpg"  />
	<image name="logo" file="resources\menus\logo.png" pivot="center" x="320" y="50" />-->

	<group name="mainButtons" x="0" y="5">
 
		<imageButton name="newGameBtnImg" 
			upImg="resources\menus\mainNewNormal.png" 
			overImg="resources\menus\mainNewHigh.png" 
			pivot="center"
			x="252" y="159" action="newGame"
			overSound="resources/sounds/mouseOver.wav" 
			activeSound="resources/sounds/mouseDown.wav"
		/>

		<imageButton name="timeGameBtnImg" 
					upImg="resources\menus\mainTimeNormal.png"
					overImg="resources\menus\mainTimeHigh.png"
					x="392" y="212" action="timeGame"
					pivot="center"
					overSound="resources/sounds/mouseOver.wav" 
					activeSound="resources/sounds/mouseDown.wav" 
		/>
		
		<imageButton name="optionsBtn" 
					upImg="resources\menus\mainOptionsNormal.png" 
					overImg="resources\menus\mainOptionsHigh.png"
					pivot="center"
					x="257" y="319" action="options"  
					overSound="resources/sounds/mouseOver.wav" 
					activeSound="resources/sounds/mouseDown.wav" 
		/>
		
		<imageButton name="highScoreBtnImg" 
					upImg="resources\menus\mainHighScoreNormal.png" 
					overImg="resources\menus\mainHighScoreHigh.png" 
					x="370" y="353" action="highScores"
					pivot="center"
					overSound="resources/sounds/mouseOver.wav" 
					activeSound="resources/sounds/mouseDown.wav" 
		/>
		
		<imageButton name="quitBtnImg" 
					upImg="resources\menus\mainQuitNormal.png" 
					overImg="resources\menus\mainQuitHigh.png"
					pivot="center"
					x="283" y="419" action="quit"  
					overSound="resources/sounds/mouseOver.wav" 
					activeSound="resources/sounds/mouseDown.wav" 
		/>

	</group>
	
	<group name="newGameHelper">
		<text font="resources\menus\infoText14.xml"
				x="70" y="103"
				string="Explore the ocean\nand eat your way\nto the top of the \nfood chain!\n(Easier)" />
	</group>
	
	<group name="timedGameHelper">
		<text font="resources\menus\infoText14.xml"
				x="480" y="163"
				string="With unlimited lives,\nsee how far you can\nlast before the\nTime Attack Clock\nruns out!\n(More Difficult)" />
	</group>
	

	<group name="creditBtn" x="540" y="434" >
		<image opacity="0.9" name="creditBg" file="resources/HUD/counterBg.png" scaleX="0.8" />

		<textButton name="quitBtn" 
			opacity="0.9"
			x="12" y="10" 
			font="resources/HUD/textFont.xml" upAddColor="-0.0,-0.0,-0.0"
			overFont="resources/HUD/textFont.xml" overAddColor="-1.0,0.0,0.0" 
			activeFont="resources/HUD/textFont.xml" activeAddColor="-1.0,0.0,0.0" 
			string="Credits"
			action="showCredits"
			overSound="resources/sounds/mouseOver.wav"
			activeSound="resources/sounds/mouseDown.wav"
		/>
	
	</group>

</screen>

⌨️ 快捷键说明

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