Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epoxy
GitHub Repository: epoxy/proj11
Path: blob/master/SLICK_HOME/testdata/objxmltest.xml
1455 views
1
<GameData>
2
<Entity x="3.4" y="3.9">
3
<Inventory>
4
<Item name="sword" condition="90"/>
5
<Item name="amulet" condition="30"/>
6
<Bag name="Big Bag">
7
<Item name="wand" condition="100"/>
8
</Bag>
9
</Inventory>
10
<Stats hp="100" mp="100" age="30" exp="10000"/>
11
</Entity>
12
<Entity x="4.5" y="3.7">
13
<Inventory>
14
<Item name="sword" condition="30"/>
15
<Item name="shield" condition="40"/>
16
</Inventory>
17
<Stats hp="60" mp="60" age="20" exp="100"/>
18
</Entity>
19
</GameData>
20