Full working test of actions
This commit is contained in:
8
game/scripts/version_text.gd
Normal file
8
game/scripts/version_text.gd
Normal 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
|
||||
Reference in New Issue
Block a user