Mercurial > fife-parpg
diff demos/rpg/maps/allobjects.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 | 67f6f3538e88 |
line wrap: on
line diff
--- a/demos/rpg/maps/allobjects.xml Tue Jun 01 18:28:25 2010 +0000 +++ b/demos/rpg/maps/allobjects.xml Tue Jun 01 19:17:30 2010 +0000 @@ -2,8 +2,9 @@ <Settings> <Module name="models"> <Setting name="Player" type="dict"> type : ITEM ; file : objects/actors/player/warrior/object.xml ; model : goldstack </Setting> - <Setting name="GoldStack" type="dict"> type : ITEM ; file : objects/items/goldstack/object.xml ; model : goldstack </Setting> + <Setting name="GoldStack" type="dict"> type : GOLD ; file : objects/items/goldstack/object.xml ; model : goldstack </Setting> <Setting name="Quiller" type="dict"> type : QUESTGIVER ; file : objects/actors/player/warrior/object.xml ; model : warrior </Setting> + <Setting name="TempleEntrance" type="dict"> type : PORTAL ; file : objects/ground/temple_entrance/object.xml ; model : temple_entrance </Setting> </Module> <Module name="Quiller">