Files
godotv4.4.1-mono-actions/game/scripts/version_info.gd
Zaytha 174a12d7cb
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m21s
godot-ci export / Linux Export (push) Successful in 45s
godot-ci export / Windows Export (push) Successful in 50s
godot-ci export / Steam Publish (push) Successful in 1m1s
Updating action to check for varibles,
renamed version_text to version_label, removed undded files from repo that are made on build
2025-07-07 06:20:35 -07:00

9 lines
188 B
GDScript

class_name VersionInfo extends Label
var project_name: String = "X"
var commit_number: int = 0
var branch_name: String = "X"
var short_sha: String = "X"
var build_override: bool = false