Sanityc check changing version name
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

This commit is contained in:
2025-07-06 16:46:28 -07:00
parent 8b8087c7d1
commit 3f854c292c
2 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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