Starting item and inventory tools, sketched spear animation templates.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user