End of lesson 18 The command processor, Chapter 5
This commit is contained in:
@@ -7,10 +7,5 @@ func _ready() -> void:
|
||||
Loader.LOADING_PROGRESS_UPDATED.connect(_on_progress_updated)
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_progress_updated(percentage: float) -> void:
|
||||
loadingBar.value = percentage
|
||||
|
||||
Reference in New Issue
Block a user