Updating action to check for varibles,
renamed version_text to version_label, removed undded files from repo that are made on build
This commit is contained in:
8
game/scripts/version_info.gd
Normal file
8
game/scripts/version_info.gd
Normal file
@ -0,0 +1,8 @@
|
||||
class_name VersionInfo 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
|
||||
Reference in New Issue
Block a user