End of Chapter 3. Completed lesson displaying version number.

This commit is contained in:
2025-04-05 11:55:34 -03:00
parent dc5585486b
commit 67b89cfd2c
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
extends Label
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
text += ProjectSettings.get_setting("application/config/version")
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass

View File

@@ -0,0 +1 @@
uid://bfc7ybsw6riri