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

📄 pausescreen.xml

📁 autoexe.bat
💻 XML
字号:
<screen name="PauseScreen">
	<group name="popUp" x="92" y="50">
		<image name="background" file="resources\menus\popupBG.jpg"  />
		<text name="optionsTitle" string="Game Paused" font="resources/menus/menuFont.xml" xAlign="center" yAlign="top" size="18" x="227" y="3" />


		<group name="buttons" x="156" y="76">
			<imageButton upImg="resources/menus/genericButtonNormal.png" overImg="resources/menus/genericButtonHigh.png" x="0" y="0" action="pauseResume"  overSound="resources/sounds/mouseOver.wav" activeSound="resources/sounds/mouseDown.wav" />
			<text string="Resume" font="resources/hud/buttonFont.xml" xAlign="center" x="68" y="15" />

		<imageButton upImg="resources/menus/genericButtonNormal.png" overImg="resources/menus/genericButtonHigh.png" x="0" y="100" action="pauseOptions"  overSound="resources/sounds/mouseOver.wav" activeSound="resources/sounds/mouseDown.wav" />
		<text string="Options" font="resources/hud/buttonFont.xml" xAlign="center" x="68" y="115" />

		<imageButton upImg="resources/menus/genericButtonNormal.png" overImg="resources/menus/genericButtonHigh.png" x="0" y="200" action="pauseQuit"  overSound="resources/sounds/mouseOver.wav" activeSound="resources/sounds/mouseDown.wav" />
		<text string="End Game" font="resources/hud/buttonFont.xml" xAlign="center" x="68" y="215" />
		</group>

	</group>
</screen>

⌨️ 快捷键说明

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