Added into BodypartLoader

This commit is contained in:
mathias 2020-02-02 15:28:02 +01:00
parent 2e18e9e193
commit 8fb80a3e83

View File

@ -8,3 +8,4 @@ func _ready():
bodyparts["Human Leg"] = load("res://BodyParts/HumanLeg.tscn") bodyparts["Human Leg"] = load("res://BodyParts/HumanLeg.tscn")
bodyparts["Frog Leg"] = load("res://BodyParts/FrogLeg.tscn") bodyparts["Frog Leg"] = load("res://BodyParts/FrogLeg.tscn")
bodyparts["Gorilla Arm"] = load("res://BodyParts/GorillaArm.tscn") bodyparts["Gorilla Arm"] = load("res://BodyParts/GorillaArm.tscn")
bodyparts["Horse Leg"] = load("res://BodyParts/HorseLeg.tscn")