Mercurial > fife-parpg
view demos/rpg/maps/town_objects.xml @ 544:c9bdf145069f
credits screen now comes up properly when you click on the credits button.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 03 Jun 2010 02:36:09 +0000 |
parents | 2e739ae9a8bc |
children | 8fee2d2286e9 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="items"> <Setting name="itemlist" type="list"> gstack1 ; temple </Setting> <Setting name="gstack1" type="dict"> typename : GoldStack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting> <Setting name="temple" type="dict"> typename : TempleEntrance ; dest : level1 ; posx : 3.0 ; posy : -2.0 </Setting> </Module> <Module name="npcs"> <Setting name="npclist" type="list"> Quiller </Setting> <Setting name="Quiller" type="dict"> typename : Quiller ; stat1 : 20 ; stat2 : 343 ; posx : 1.0 ; posy : 1.0 </Setting> </Module> </Settings>