diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-28 09:19:40 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-28 09:19:40 -0400 |
commit | e51b9ee1e0f9b8aeef98b8875f66260db0e7b502 (patch) | |
tree | 8f32a3de7032b97bddd0c34377f9f6988c1ab336 /xml | |
parent | ed10ef9ede3d397672239c3b3dbe42cc6fbe56b4 (diff) | |
parent | 0a8654a125fad2961039e614fd10f1f683c0001f (diff) |
npc dialog
Diffstat (limited to 'xml')
-rw-r--r-- | xml/entities.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/entities.xml b/xml/entities.xml index a74e912..ad5009c 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -17,6 +17,7 @@ <Sprite image="assets/style/classic/house1.png" /> <Portal /> <Solid /> + <Grounded /> </structure> <chest> @@ -24,4 +25,5 @@ <Visible value="0.15" /> <Sprite image="assets/chest.png" /> <Solid /> + <Grounded /> </chest> |