Starting item and inventory tools, sketched spear animation templates.

This commit is contained in:
2025-08-28 08:36:20 -04:00
parent 2a236ea041
commit c41cac58c2
11 changed files with 183 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ var data : Adventurer
func _ready() -> void:
Game.player = self
data = Adventurer.new()
data.inventory_size = Vector2(4,2)
data.name = "Player"
setup.call_deferred()