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

📄 stage.xml

📁 autoexe.bat
💻 XML
字号:
<stage name="GasBag" 
	friendlyName="Gas Bag"
	nextStage="config/Stages/JellyJam/stage.xml" 
	stageWidth="800" 
	stageHeight="600"
	time="1:00" >

	<environment bgLayout="resources/backdrops/PotteryCave/bgLayout.xml" 
				 fgLayout="resources/backdrops/PotteryCave/fgLayout.xml"
				 mgLayout="resources/backdrops/PotteryCave/mgLayout.xml" />
				 
	<playerFish config="config/Fish/LionPlayer.xml" >
		<size size="5.5" targetScore="0" scale="0.4" />
		<size size="7.5" targetScore="350" scale="0.65" />
		<size size="8.5" targetScore="1250" scale="1.0" />
		<size size="9.5" targetScore="1800" scale="1.0" />
	</playerFish>

<!-- Fish -->

	<enemyFish name="AngelBSmallSchool" template="config/fish/angelASmallSchool.xml" poolSize="12">
		<spawnInfo playerSize="0"	maxCount="12"	respawnFreq="(.5,1.0)" />
		<spawnInfo playerSize="7.5" maxCount="6"	respawnFreq="(1.0,2.5)" />
		<spawnInfo playerSize="8.5" maxCount="6"	respawnFreq="(1.0,2.5)" />
	</enemyFish>

	<enemyFish name="AngelBSmall" template="config/fish/angelBSmall.xml" poolSize="5">
		<spawnInfo playerSize="0"	maxCount="3"	respawnFreq="(.5,1.0)" />
		<spawnInfo playerSize="7.5" maxCount="4"	respawnFreq="(1.0,2.5)" />
		<spawnInfo playerSize="8.5" maxCount="5"	respawnFreq="(1.0,2.5)" />
	</enemyFish>

	<enemyFish name="PufferAMedium" template="config/fish/PufferAMedium.xml" poolSize="4" >
		<spawnInfo playerSize="0"	maxCount="3"	respawnFreq="(0.5,0.8)" />
		<spawnInfo playerSize="7.5" maxCount="2"	respawnFreq="(0.5,3.0)" />
		<spawnInfo playerSize="8.5" maxCount="4"	respawnFreq="(0.5,3.0)" />
	</enemyFish>

	<enemyFish name="Parrot A Large" template="config/fish/ParrotALarge.xml" poolSize="2" >
		<spawnInfo playerSize="0"	maxCount="0"	respawnFreq="(3.0,8.0)" />
		<spawnInfo playerSize="7.5" maxCount="1"	respawnFreq="(1.0,4.0)" />
		<spawnInfo playerSize="8.5" maxCount="2"	respawnFreq="(1.0,4.0)" />
	</enemyFish> 

<!-- Hazards -->

	<enemyFish name="Jellies" template="config/fish/BasicJellyFish.xml" poolSize="2"  displayMenuImage="false" mode="uncounted">
		<spawnInfo playerSize="0"	maxCount="0"	respawnFreq="(3.0,8.0)" />
		<spawnInfo playerSize="7.5" maxCount="2"	respawnFreq="(3.0,8.0)" />
		<spawnInfo playerSize="6.5" maxCount="2"	respawnFreq="(3.0,8.0)" />
	</enemyFish>

	<enemyFish name="Oysters" template="config/fish/oyster.xml" poolSize="1" displayMenuImage="false" mode="uncounted" >
		<staticSpawn pos="667,511" doRespawn="true" />
		<spawnInfo playerSize="0"	maxCount="0"	respawnFreq="(.5,1.5)" />		
	</enemyFish>

<!-- Powerups -->

	<enemyFish name="Bubbles" template="config/fish/BonusBubbleStar.xml" poolSize="3"  displayMenuImage="false" mode="uncounted" >
		<spawnInfo playerSize="0"	maxCount="1"	respawnFreq="(5.0,15.0)" />
		<spawnInfo playerSize="7.5" maxCount="2"	respawnFreq="(5.0,15.0)" />
		<spawnInfo playerSize="8.5" maxCount="3"	respawnFreq="(5.0,15.0)" />
	</enemyFish>

	<music	introSound="stageIntro"
			outroSound="stageOutro"
			gameMusic="resources/music/track3.wav" />
		
</stage>

⌨️ 快捷键说明

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