13 lines
354 B
GDScript3
13 lines
354 B
GDScript3
extends Spatial
|
|
|
|
|
|
# Declare member variables here. Examples:
|
|
# var a = 2
|
|
# var b = "text"
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
#func _ready():
|
|
# characters.replace_character($npc1, "male", ["cmdq", "marker", "hurtboxes", "bandit"])
|
|
# characters.replace_character($npc2, "female", ["cmdq", "marker", "hurtboxes", "bandit"])
|