view demos/shooter/objects/ships/player/object.xml @ 462:c4f745a566d6

Added player ship animations including flash and explode. Removed the old flashing routine. The player now gets moved to the left side of the screen after dying and is invulnerable for a short period of time.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 12 Apr 2010 19:01:41 +0000
parents 2046a1f2f5f2
children
line wrap: on
line source

<?fife type="object"?>
<object id="ship1" namespace="http://www.fifengine.de/xml/tutorial" blocking="0" static="0">
	<action id="fly">
		<animation source="fly/animation.xml" direction="0" />
	</action>
	<action id="explode">
		<animation source="explode/animation.xml" direction="0" />
	</action>
	<action id="flash">
		<animation source="flash/animation.xml" direction="0" />
	</action>
</object>