invasion.xml

来自「c++游戏源码 素材文件 需要openAl32.dll可以在网上下载」· XML 代码 · 共 144 行

XML
144
字号
<Level>
	<CaptainChloride>
		<XY>
			<X>320</X>
			<Y>350</Y>
		</XY>
	</CaptainChloride>
	<Background>
		<Sprite>
			<ImageFileName>background.bmp</ImageFileName>
		</Sprite>
	</Background>
	<Door>
		<Sprite>
			<TransparentColor>
				<Red>0.0</Red>
				<Green>1.0</Green>
				<Blue>0.0</Blue>
			</TransparentColor>
			<ImageFileName>Door.bmp</ImageFileName>
			<XY>
				<X>862</X>
				<Y>243</Y>
			</XY>
		</Sprite>
		<XY>
			<X>21</X>
			<Y>225</Y>
		</XY>
	</Door>
	<Key>
		<Sprite>
			<TransparentColor>
				<Red>0.0</Red>
				<Green>1.0</Green>
				<Blue>0.0</Blue>
			</TransparentColor>
			<ImageFileName>KeyRed.bmp</ImageFileName>
			<XY>
				<X>195</X>
				<Y>467</Y>
			</XY>
		</Sprite>
		<XY>
			<X>31</X>
			<Y>15</Y>
		</XY>
	</Key>
	<WallFront>
		<Sprite>
			<TransparentColor>
				<Red>0.0</Red>
				<Green>1.0</Green>
				<Blue>0.0</Blue>
			</TransparentColor>
			<ImageFileName>Wallfront.bmp</ImageFileName>
			<XY>
				<X>864</X>
				<Y>0</Y>
			</XY>
		</Sprite>
	</WallFront>
	<Slug>
		<AnimatedSprite>
			<Animation>
				<LoopStyle>
					FORWARD
				</LoopStyle>
				<TransparentColor>
					<Red>0.0</Red>
					<Green>1.0</Green>
					<Blue>0.0</Blue>
				</TransparentColor>
				<Frames>
					<ImageFileName>SlugLeft.bmp</ImageFileName>
					<ImageFileName>SlugLeft.bmp</ImageFileName>
				</Frames>
			</Animation>
			<Animation>
				<LoopStyle>
					FORWARD
				</LoopStyle>
				<TransparentColor>
					<Red>0.0</Red>
					<Green>1.0</Green>
					<Blue>0.0</Blue>
				</TransparentColor>
				<Frames>
					<ImageFileName>SlugRight.bmp</ImageFileName>
					<ImageFileName>SlugRight.bmp</ImageFileName>
				</Frames>
			</Animation>
			<XY>
				<X>1863</X>
				<Y>354</Y>
			</XY>
		</AnimatedSprite>
		<XY>
			<X>124</X>
			<Y>118</Y>
		</XY>
	</Slug>
	<Slug>
		<AnimatedSprite>
			<Animation>
				<LoopStyle>
					FORWARD
				</LoopStyle>
				<TransparentColor>
					<Red>0.0</Red>
					<Green>1.0</Green>
					<Blue>0.0</Blue>
				</TransparentColor>
				<Frames>
					<ImageFileName>SlugLeft.bmp</ImageFileName>
					<ImageFileName>SlugLeft.bmp</ImageFileName>
				</Frames>
			</Animation>
			<Animation>
				<LoopStyle>
					FORWARD
				</LoopStyle>
				<TransparentColor>
					<Red>0.0</Red>
					<Green>1.0</Green>
					<Blue>0.0</Blue>
				</TransparentColor>
				<Frames>
					<ImageFileName>SlugRight.bmp</ImageFileName>
					<ImageFileName>SlugRight.bmp</ImageFileName>
				</Frames>
			</Animation>
			<XY>
				<X>1733</X>
				<Y>354</Y>
			</XY>
		</AnimatedSprite>
		<XY>
			<X>124</X>
			<Y>118</Y>
		</XY>
	</Slug>
</Level>

⌨️ 快捷键说明

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