diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-28 08:30:14 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-28 08:30:14 -0400 |
commit | 0a8654a125fad2961039e614fd10f1f683c0001f (patch) | |
tree | 6eb4760dcb9129870fb3906be0969a37646502e7 /xml | |
parent | 816bedbd011b6729e8be0a4b40213f48fd9d73ca (diff) |
Text is fixed, and objects can be placed on the ground
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 431c067..2bcd1bf 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -16,6 +16,7 @@ <Sprite image="assets/style/classic/house1.png" /> <Portal /> <Solid /> + <Grounded /> </structure> <chest> @@ -23,4 +24,5 @@ <Visible value="0.15" /> <Sprite image="assets/chest.png" /> <Solid /> + <Grounded /> </chest> |