This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

9 lines
147 B
GDScript

extends Control
class_name CanaryScreen
@onready var version_label: Label = $VersionLabel
func _ready() -> void:
version_label.text = "v0.0.1"