Implemented some tools. Also, implemented inventory.

This commit is contained in:
2016-12-03 19:43:28 +02:00
parent 91c0da855b
commit 0dc77aacb4
38 changed files with 1713 additions and 654 deletions

View File

@ -19,7 +19,12 @@
<Transform x="120" y="100" />
<Sprite src="sprites/Player.sprite" />
<SpriteRenderer />
<PlayerController />
<PlayerMovement />
<PlayerInventory capacity="30" />
<GameObject name="Inventory">
<Transform />
</GameObject>
</GameObject>
<!-- Debug object -->