Frame tags now work with UndoRedo

This commit is contained in:
OverloadedOrama 2020-04-20 00:09:48 +03:00
parent cb1b741b05
commit 06d19c8e48
3 changed files with 37 additions and 13 deletions

View file

@ -431,6 +431,7 @@ func find_node_by_name(root, node_name) -> Node:
return found
return null
func notification_label(text : String) -> void:
var notification : Label = load("res://Prefabs/NotificationLabel.tscn").instance()
notification.text = tr(text)