Mercurial > fife-parpg
diff demos/rpg/maps/town_objects.xml @ 540:2e739ae9a8bc
Some misc code cleanup.
Added the EnterPortalAction action.
You can now move between town and level1.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 01 Jun 2010 19:17:30 +0000 |
parents | d0bce896a526 |
children | 8fee2d2286e9 |
line wrap: on
line diff
--- a/demos/rpg/maps/town_objects.xml Tue Jun 01 18:28:25 2010 +0000 +++ b/demos/rpg/maps/town_objects.xml Tue Jun 01 19:17:30 2010 +0000 @@ -1,8 +1,9 @@ <?xml version='1.0' encoding='UTF-8'?> <Settings> <Module name="items"> - <Setting name="itemlist" type="list"> gstack1 </Setting> + <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>