Save
This commit is contained in:
parent
e1e7c70147
commit
309bbcac5e
12 changed files with 57 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ extends Node
|
|||
const dnd_button = preload("res://scenes/drag_and_drop.tscn")
|
||||
|
||||
func _ready() -> void:
|
||||
for tool in ReactionRegistry.current_lab.tools:
|
||||
for tool in LabRuntime.current_lab.tools:
|
||||
var button = dnd_button.instantiate()
|
||||
button.draggable = tool
|
||||
button.text = tool.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue