diff options
Diffstat (limited to 'xml/entities.xml')
-rw-r--r-- | xml/entities.xml | 19 |
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> |