comparison demos/rpg/maps/town_objects.xml @ 560:69d50e751c9a

Lots of changes. - Added the Serializer class - Made exceptions a little more usable - Added actor attributes (not used yet but will be with the combat engine) - Made the quest dialogs more customizable - Many other small changes
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 23 Jun 2010 19:20:24 +0000
parents 8fee2d2286e9
children
comparison
equal deleted inserted replaced
559:cccff9b04f57 560:69d50e751c9a
2 <Settings> 2 <Settings>
3 <Module name="objects"> 3 <Module name="objects">
4 <Setting name="objectlist" type="list"> gstack1 ; temple ; Quiller </Setting> 4 <Setting name="objectlist" type="list"> gstack1 ; temple ; Quiller </Setting>
5 <Setting name="gstack1" type="dict"> objectname : goldstack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting> 5 <Setting name="gstack1" type="dict"> objectname : goldstack ; value : 5000 ; posx : 3.0 ; posy : 3.0 </Setting>
6 <Setting name="temple" type="dict"> objectname : templeportal ; dest : level1 ; posx : 3.0 ; posy : -2.0 </Setting> 6 <Setting name="temple" type="dict"> objectname : templeportal ; dest : level1 ; posx : 3.0 ; posy : -2.0 </Setting>
7 <Setting name="Quiller" type="dict"> objectname : quiller ; posx : 1.0 ; posy : 1.0 </Setting> 7 <Setting name="Quiller" type="dict"> objectname : quiller ; posx : 1.0 ; posy : 1.0 ; noquest_dialog : I've got nothing for you. Run along now! </Setting>
8 </Module> 8 </Module>
9 </Settings> 9 </Settings>