Improve UI with application name & version and better spacing

This commit is contained in:
ChaoticByte 2024-06-09 15:03:52 +02:00
parent 5e0f790b43
commit 279f441af1
No known key found for this signature in database
2 changed files with 53 additions and 15 deletions

4
src/UIAppVersion.gd Normal file
View file

@ -0,0 +1,4 @@
extends Label
func _ready():
text = "v" + ProjectSettings.get_setting("application/config/version")