Files
godotv4.4.1-mono-actions/game/scripts/version_text.gd
Zaytha 84f533b45d
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m16s
godot-ci export / Linux Export (push) Successful in 1m15s
godot-ci export / Steam Publish (push) Successful in 1m28s
Full working test of actions
2025-07-06 16:50:51 -07:00

9 lines
188 B
GDScript

class_name VersionText 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