Gotta fix the hurt for player but otherwise done.

This commit is contained in:
2025-10-09 22:12:34 -04:00
parent 9a216d3285
commit 8811c851f9
29 changed files with 89 additions and 81 deletions

View File

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