feat: intro text
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m14s

This commit is contained in:
2025-06-28 12:38:45 +02:00
parent 5ee7b125e3
commit 1b83af938f
7 changed files with 215 additions and 6 deletions

View File

@ -12,7 +12,7 @@ func update_name_label():
var config_name : String = ProjectSettings.get_setting("application/config/name", NO_NAME_STRING)
if config_name.is_empty():
config_name = NO_NAME_STRING
text = config_name
text = config_name.to_upper()
func _ready():
update_name_label()