Mercurial > fife-parpg
comparison demos/rpg/maps/allobjects.xml @ 528:796d49ab9380
Cleaned up the createScene function.
Items can now be picked up.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 28 May 2010 14:52:56 +0000 |
parents | 6037f79b0dcf |
children | d0bce896a526 |
comparison
equal
deleted
inserted
replaced
527:79d5741fada6 | 528:796d49ab9380 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <Settings> | 2 <Settings> |
3 <Module name="models"> | 3 <Module name="models"> |
4 <Setting name="GoldStack" type="dict"> type : ITEM ; model : goldstack </Setting> | 4 <Setting name="Player" type="dict"> type : ITEM ; file : objects/actors/player/warrior/object.xml ; model : goldstack </Setting> |
5 <Setting name="Quiller" type="dict"> type : QUESTGIVER ; model : warrior </Setting> | 5 <Setting name="GoldStack" type="dict"> type : ITEM ; file : objects/items/goldstack/object.xml ; model : goldstack </Setting> |
6 <Setting name="Quiller" type="dict"> type : QUESTGIVER ; file : objects/actors/player/warrior/object.xml ; model : warrior </Setting> | |
6 </Module> | 7 </Module> |
7 | 8 |
8 <Module name="Quiller"> | 9 <Module name="Quiller"> |
9 <Setting name="questcount" type="int"> 2 </Setting> | 10 <Setting name="questcount" type="int"> 2 </Setting> |
10 <Setting name="quest1" type="list"> Test quest ; This is the first quest you will get </Setting> | 11 <Setting name="quest1" type="list"> Test quest ; This is the first quest you will get </Setting> |