bodypartfighter/BodyConfig/LoadBodyParts.gd
2020-02-01 12:49:08 +01:00

15 lines
315 B
GDScript

extends VBoxContainer
# Called when the node enters the scene tree for the first time.
func _ready():
for entry in BodyPartLoader.bodyparts:
#var button = Button.new()
#button.text = entry.key
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass