Myvideo

Guest

Login

Interactive Loading Screen Godot 4 Alpha Tutorial

Uploaded By: Myvideo
1 view
0
0 votes
0

Discord: Twitter: Instagram: Twitch: ---------------------------------------------------Code-------------------------------------------------- extends Control @export var scene:String = “res://“ @onready var progress_bar:ProgressBar = $ProgressBar var progress = [] var scene_load_status = 0 func _ready(): (scene) func _process(delta): scene_load_status = (scene,progress) = progress[0] * 100 if scene_load_status == : $ = true func _on_continue_button_pressed(): if scene_load_status == : get_tree().change_scene_to((scene)) queue_free() else: print(“Scene not loaded or in progress“) #Godot4Tutorial #Godot4Alpha #Godot

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later