Improve UI with application name & version and better spacing
This commit is contained in:
parent
5e0f790b43
commit
279f441af1
2 changed files with 53 additions and 15 deletions
4
src/UIAppVersion.gd
Normal file
4
src/UIAppVersion.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = "v" + ProjectSettings.get_setting("application/config/version")
|
Loading…
Add table
Add a link
Reference in a new issue