aboutsummaryrefslogtreecommitdiffstats
path: root/xml/entities.xml
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-10-23 18:05:12 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-10-23 18:05:12 -0500
commit2dd2f42ff1c683331e7192b4bfb832e41543d2df (patch)
tree50a8c022ed2f38cfae462296b28cd1543e4db42c /xml/entities.xml
parentb32c68a5a4bfb06f321a1d78357c65458b24e760 (diff)
scriptable tags, inv. system
Diffstat (limited to 'xml/entities.xml')
-rw-r--r--xml/entities.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/xml/entities.xml b/xml/entities.xml
new file mode 100644
index 0000000..d955e38
--- /dev/null
+++ b/xml/entities.xml
@@ -0,0 +1,19 @@
+<spawnx/>
+
+<npc>
+ <Position value="0.0,100.0" />
+ <Visible value="0.2" />
+ <Sprite image="assets/NPC.png" />
+</npc>
+
+<structure>
+ <Position value="0.0,100.0" />
+ <Visible value="0.25" />
+ <Sprite image="assets/style/classic/house1.png" />
+</structure>
+
+<chest>
+ <Position value="0.0,100.0" />
+ <Visible value="0.15" />
+ <Sprite image="assets/chest.png" />
+</chest>