This commit is contained in:
rendo 2026-02-18 10:44:36 +05:00
commit 309bbcac5e
12 changed files with 57 additions and 9 deletions

View file

@ -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