annotate demos/shooter/objects/powerups/extralife/object.xml @ 604:da83338b6913

Fixed incorrect usage of the SWIG %apply directive. This is meant to be used to retrieve output values from arguments only. See http://www.swig.org/Doc1.3/Arguments.html
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 13 Sep 2010 17:22:24 +0000
parents ab28994820dd
children
rev   line source
479
ab28994820dd Added some powerups including a spread weapon and an extra life.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1 <?fife type="object"?>
ab28994820dd Added some powerups including a spread weapon and an extra life.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2 <object id="extralife" namespace="http://www.fifengine.de/xml/tutorial" blocking="0" static="1">
ab28994820dd Added some powerups including a spread weapon and an extra life.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3 <image source="extralife.png" direction="0" />
ab28994820dd Added some powerups including a spread weapon and an extra life.
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4 </object>