Files
actions-demo-test/game/scripts/version_info.gd
Zaytha c4b8b692f2
Some checks failed
godot-ci export / Prepare Build Assets (push) Successful in 1m21s
godot-ci export / Linux Export (push) Failing after 26s
godot-ci export / Windows Export (push) Failing after 36s
godot-ci export / Steam Publish (push) Has been skipped
Actions Test
2025-07-07 07:24:59 -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