label_version.gd 101 B

12345
  1. extends Label
  2. func _ready() -> void:
  3. text = "Godot Version: %s" % Engine.get_version_info().string