1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 21:34:49 -04:00
dressupzack/scripts/gui.gd
Tony Bark 805cbe2738 Renamed to Dress Up Zack
- More clean up
- Folder colors
2023-12-07 19:52:22 -05:00

8 lines
283 B
GDScript

# 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