pausescreen.xml

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

XML
19
字号
<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 + =
减小字号Ctrl + -
显示快捷键?