Initial stage of Dawnbringer_Project
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user