Initial stage of Dawnbringer_Project

This commit is contained in:
2022-10-15 22:19:45 -03:00
commit d61095fee0
42 changed files with 1068 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
tool
extends Node
class_name character
onready var stats = $Stats
export var base_character : Resource
func _ready():
stats.initialize(base_character);