Files
godotv4.4.1-mono-actions/game/scripts/version_text_missnamed.gd
Zaytha 3f854c292c
Some checks failed
godot-ci export / Steam Publish (push) Has been cancelled
godot-ci export / Windows Export (push) Has been cancelled
godot-ci export / Linux Export (push) Has been cancelled
Sanityc check changing version name
2025-07-06 16:46:28 -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