Full working test of actions
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

This commit is contained in:
2025-07-06 16:50:51 -07:00
parent 3f854c292c
commit 84f533b45d
4 changed files with 3 additions and 28 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