Updating action to check for varibles,
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m21s
godot-ci export / Linux Export (push) Successful in 45s
godot-ci export / Windows Export (push) Successful in 50s
godot-ci export / Steam Publish (push) Successful in 1m1s

renamed version_text to version_label, removed undded files from repo that are made on build
This commit is contained in:
2025-07-07 06:20:35 -07:00
parent ea15cd45d8
commit 174a12d7cb
6 changed files with 43 additions and 17 deletions

View File

@ -1,4 +1,4 @@
class_name VersionText extends Label
class_name VersionInfo extends Label
var project_name: String = "X"
var commit_number: int = 0

View File

@ -1,4 +1,4 @@
extends VersionText
extends VersionInfo
@export var show_label_in_editor: bool = true