fix
This commit is contained in:
parent
24e44cfbff
commit
9c764b1271
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func _set_rows():
|
||||||
var visualName = load("res://Scenes/Node Types/" + str(key) + ".tscn").instantiate().get_node("Node").visual_name
|
var visualName = load("res://Scenes/Node Types/" + str(key) + ".tscn").instantiate().get_node("Node").visual_name
|
||||||
button.text = visualName if visualName != "" else str(key)
|
button.text = visualName if visualName != "" else str(key)
|
||||||
button.pressed.connect(func():
|
button.pressed.connect(func():
|
||||||
_create_node(button.text)
|
_create_node(str(key))
|
||||||
)
|
)
|
||||||
button.pressed.connect(func():
|
button.pressed.connect(func():
|
||||||
_set_State(false)
|
_set_State(false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue