📄 stagestartbase.xml
字号:
<screen name="Stage Start Base">
<image name="background" file="resources\menus\mainBg.jpg" />
<image name="backdrop" file="resources\menus\infoFrame.jpg" pivot="center" opacity="0.9" x="320" y="240" />
<text name="title" string="Stage XX: <<title goes here>>\n" font="resources/HUD/textFont.xml" xAlign="center" yAlign="top" size="18" x="320" y="96" />
<text name="tagline" string="<<subtitle goes here>>" font="resources/menus/infoText14.xml" xAlign="center" yAlign="top" size="18" x="320" y="122" />
<text name="para1" string="<<paragraph 1 of description here>>" font="resources/menus/infoText14.xml" xAlign="left" yAlign="top" size="18" x="120" y="164" />
<text name="para2" string="<<paragraph 2 of description here>>" font="resources/menus/infoText14.xml" xAlign="left" yAlign="top" size="18" x="120" y="242" />
<group name="NoTimeObjective" y="343">
<text name="objectiveText" font="resources/menus/infoText14.xml" string="<<no time objective" xAlign="center" x="320" y="0"/>
</group>
<group name="TimeObjective" y="343">
<text name="timeObjectiveLine1Header" font="resources/menus/infoText14.xml" string="New Time Added:" xAlign="right" x="330" y="0"/>
<text name="timeObjectiveLine1Time" font="resources/menus/infoText14.xml" string="0:00" xAlign="left" x="340" y="0"/>
<text name="timeObjectiveLine2Header" font="resources/menus/infoText14.xml" string="Total Time Attack Clock:" xAlign="right" x="330" y="22"/>
<text name="timeObjectiveLine2Time" font="resources/menus/infoText14.xml" string="0:00" xAlign="left" x="340" y="22"/>
</group>
<group name="continueBtnGroup" x="218" y="380">
<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>
<image name="optionsBg" file="resources/HUD/counterBg.png" x="80" y="424" />
<textButton name="optionsBtn"
opacity="0.9"
x="102" y="434"
font="resources/HUD/textFont.xml"
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="Options"
action="options"
overSound="resources/sounds/mouseOver.wav"
activeSound="resources/sounds/mouseDown.wav"
/>
<image name="quitBg" file="resources/HUD/counterBg.png" x="457" y="424" />
<textButton name="quitBtn"
opacity="0.9"
x="469" y="434"
font="resources/HUD/textFont.xml" upAddColor="-0.1,-0.1,-0.1"
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="Quit Game"
action="quitGame"
overSound="resources/sounds/mouseOver.wav"
activeSound="resources/sounds/mouseDown.wav"
/>
<!-- <image name="logo" file="resources\menus\logo.png" pivot="center" x="320" y="50" /> -->
</screen>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -