Implemented picking up objects and dropping them. Also, made transform part of GameObject instead of a separate component.

This commit is contained in:
2016-12-14 23:32:39 +02:00
parent f8571b36bd
commit ddae4934ef
23 changed files with 237 additions and 180 deletions

View File

@ -32,6 +32,10 @@
money="50" />
</GameObject>
<GameObject name="Pickables">
<Transform />
</GameObject>
<!-- Debug object -->
<GameObject name="Debug">
<DebugController />