This algorithm still needs work, but start by calling methods that actually exist.

This commit is contained in:
Nolan Darilek 2020-11-09 11:04:09 -06:00
parent 4ce013787c
commit 0d00db483d

View File

@ -31,7 +31,7 @@ func click(item := node, button_index = BUTTON_LEFT):
func _guess_label():
if node is Label:
return
if node.has_property("text") and node.text:
if node.get("text"):
return
var tokens = PoolStringArray([])
var to_check = node