Added a very basic PlayerSystem, and a PlayerComponent.

This commit is contained in:
stiffly
2015-12-11 13:45:19 +01:00
parent 6326a60a79
commit 80f028edf2
10 changed files with 121 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
<c:Player>
<Speed>0</Speed>
<Velocity X="0" Y="0" Z="0"/>
</c:Player>