Convert demos to Godot 4 using regular expressions in a script

This commit is contained in:
Aaron Franke
2022-03-26 05:00:50 -05:00
parent 410d783126
commit bbe50fc9da
1095 changed files with 13628 additions and 13557 deletions

View File

@@ -7,7 +7,7 @@ var _entry_template
func _enter_tree():
Log.connect("entry_logged", Callable(self, "_on_log_entry"))
Log.connect(&"entry_logged", Callable(self, "_on_log_entry"))
_entry_template = get_child(0) as Label
remove_child(_entry_template)