Implemented picking up objects and dropping them. Also, made transform part of GameObject instead of a separate component.
This commit is contained in:
@ -32,6 +32,10 @@
|
||||
money="50" />
|
||||
</GameObject>
|
||||
|
||||
<GameObject name="Pickables">
|
||||
<Transform />
|
||||
</GameObject>
|
||||
|
||||
<!-- Debug object -->
|
||||
<GameObject name="Debug">
|
||||
<DebugController />
|
||||
|
Reference in New Issue
Block a user