Update loading demos for 4.0 (#776)

This commit is contained in:
Jonathan Nicholl
2022-12-13 10:51:04 -05:00
committed by GitHub
parent 1b2ce74a39
commit 095beddcb9
133 changed files with 728 additions and 1703 deletions

View File

@@ -1,4 +1,5 @@
extends Panel
func _on_goto_scene_pressed():
get_node(^"/root/global").goto_scene("res://scene_b.tscn")
global.goto_scene("res://scene_b.tscn")