diff options
Diffstat (limited to 'xml/entities.xml')
-rw-r--r-- | xml/entities.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xml/entities.xml b/xml/entities.xml index bcaa455..306085b 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -4,6 +4,7 @@ <Position value="0.0,100.0" /> <Visible value="0.2" /> <Sprite image="assets/NPC.png" /> + <Solid /> </npc> <structure> @@ -11,10 +12,12 @@ <Visible value="0.25" /> <Sprite image="assets/style/classic/house1.png" /> <Portal /> + <Solid /> </structure> <chest> <Position value="0.0,100.0" /> <Visible value="0.15" /> <Sprite image="assets/chest.png" /> + <Solid /> </chest> |