diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-26 09:27:40 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-26 09:27:40 -0400 |
commit | 0fa2320e978926db6781a2bdcdf5a9b6f0317e93 (patch) | |
tree | 61576fdff5ae8434c2299486690f4b411d6b79d3 /xml | |
parent | e0f353be4c21f38978bef83e9651ef9eda886da4 (diff) |
Physics and world collide
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 306085b..cf6dbf3 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -4,7 +4,9 @@ <Position value="0.0,100.0" /> <Visible value="0.2" /> <Sprite image="assets/NPC.png" /> + <Direction /> <Solid /> + <Physics /> </npc> <structure> |