8 lines
175 B
GDScript3
8 lines
175 B
GDScript3
|
extends Node
|
||
|
|
||
|
var bodyparts : Dictionary
|
||
|
|
||
|
# Called when the node enters the scene tree for the first time.
|
||
|
func _ready():
|
||
|
bodyparts["Arm"] = load("res://BodyParts/Arm.tscn")
|