mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-18 12:54:43 -05:00
Renamed to Dress Up Zack
- More clean up - Folder colors
This commit is contained in:
parent
9b849376ae
commit
805cbe2738
11 changed files with 72 additions and 249 deletions
8
scripts/gui.gd
Normal file
8
scripts/gui.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# This project is licensed under the GPL-3.0 license.
|
||||
# See the LICENSE file in the project root for more information.
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
var version = ProjectSettings.get_setting("application/config/version")
|
||||
var verLabel = $VersionLbl
|
||||
verLabel.text = "v" + version
|
||||
Loading…
Add table
Add a link
Reference in a new issue