label_version.gd 105 B

12345
  1. extends Label
  2. func _process(_delta):
  3. set_text("Godot Version: %s" % Engine.get_version_info().string)