mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
6 lines
120 B
GDScript
6 lines
120 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta: float) -> void:
|
|
set_text("Godot Version: %s" % Engine.get_version_info().string)
|