credits.xml

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

XML
47
字号
<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="The Team" font="resources/menus/menuFont.xml" xAlign="center" yAlign="top" size="18" x="320" y="96" />
								  
	<text name="col1" 
			xAlign="left" yAlign="top" size="18" x="155" y="144"  
			string="Programming:\n
						   Ed Allard\n
						   Joe Mobley\n
						   James Gwertzman\n\n
					
					Art:\n
						    Kathy Anderson\n
						    Leslie Harrington\n\n
					
					Animation:\n
						    Rick McCann" 
			font="resources/menus/infoText14.xml" 
			/>

	<text name="col2" 
			xAlign="left" yAlign="top" size="18" x="355" y="144"  
			string="Game/Level Design:\n
						   James Gwertzman\n
						   Del Chafe\n
						   Ed Allard\n\n
					
					Sound/Music:\n
						    Guy Whitmore\n\n\n
					
					Fun Fact Research:\n
						    Maggie Tai Tucker" 
			font="resources/menus/infoText14.xml" 
			/>

	<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="creditsDone"  overSound="resources/sounds/mouseOver.wav" activeSound="resources/sounds/mouseDown.wav" />
		<text name="continueBtnText" string="Done" font="resources/HUD/buttonFont.xml" xAlign="center" yAlign="top" size="18" x="96" y="30" />
	</group>

		
<!--	<image name="logo" file="resources\menus\logo.png" pivot="center" x="320" y="50" /> -->

</screen>

⌨️ 快捷键说明

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