diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-26 08:43:43 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-26 08:43:43 -0400 |
commit | e0f353be4c21f38978bef83e9651ef9eda886da4 (patch) | |
tree | 343e10ffab515f8141cd010f9f297575ad79b3a9 /xml/entities.xml | |
parent | 52de6c2e6c048b84a7665b6fc583b2259bbdd3af (diff) |
Stuff is solid
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> |