mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
6 lines
105 B
GDScript
6 lines
105 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta):
|
|
set_text("Godot Version: %s" % Engine.get_version_info().string)
|