Mercurial > fife-parpg
view demos/rpg/maps/allobjects.xml @ 527:79d5741fada6
removed the explicit loadImportFile calls that were loading the cannonspread and extralife as these are now added to the map file. This was causing a NameClash exception to be thrown because the game was attempting to load them twice.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 28 May 2010 14:49:43 +0000 |
parents | 6037f79b0dcf |
children | 796d49ab9380 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="models"> <Setting name="GoldStack" type="dict"> type : ITEM ; model : goldstack </Setting> <Setting name="Quiller" type="dict"> type : QUESTGIVER ; model : warrior </Setting> </Module> <Module name="Quiller"> <Setting name="questcount" type="int"> 2 </Setting> <Setting name="quest1" type="list"> Test quest ; This is the first quest you will get </Setting> <Setting name="quest2" type="list"> Second quest ; This is the second quest you will get </Setting> </Module> </Settings>