Pixelorama's version number now appears on the window title

This commit is contained in:
OverloadedOrama 2020-05-04 00:04:00 +03:00
parent 8b682570b2
commit a4014e5842
7 changed files with 16 additions and 13 deletions

View file

@ -160,7 +160,7 @@ func _ready() -> void:
Global.left_color_picker.get_picker().move_child(Global.left_color_picker.get_picker().get_child(0), 1)
Global.right_color_picker.get_picker().move_child(Global.right_color_picker.get_picker().get_child(0), 1)
Global.window_title = "(" + tr("untitled") + ") - Pixelorama"
Global.window_title = "(" + tr("untitled") + ") - Pixelorama " + Global.current_version
Global.layers[0][0] = tr("Layer") + " 0"
Global.layers_container.get_child(0).label.text = Global.layers[0][0]