mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 02:54:43 -04:00
Frame tags now work with UndoRedo
This commit is contained in:
parent
cb1b741b05
commit
06d19c8e48
3 changed files with 37 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue