ile-de-test/scenes/main.gd

16 lines
371 B
GDScript3
Raw Permalink Normal View History

2023-10-05 18:02:23 +00:00
extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready():
ResourceLoader.load_threaded_request(self.current_scene_path )
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
2023-10-23 15:21:27 +00:00
#func _process(delta):
# pass
2023-10-05 18:02:23 +00:00
2023-10-23 15:21:27 +00:00
func _on_login_pressed():
Global.load_scene(self, "game_world")