mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:04:43 -04:00
Changed hint_tooltips for the tool buttons, they now change based on selected keybindings
This commit is contained in:
parent
4c9a58a333
commit
ba8d01333e
4 changed files with 79 additions and 21 deletions
|
@ -148,6 +148,8 @@ func _ready() -> void:
|
|||
for t in tools:
|
||||
t[0].connect("pressed", self, "_on_Tool_pressed", [t[0]])
|
||||
|
||||
Global.update_hint_tooltips()
|
||||
|
||||
# Checks to see if it's 3.1.x
|
||||
if Engine.get_version_info().major == 3 and Engine.get_version_info().minor < 2:
|
||||
Global.left_color_picker.get_picker().move_child(Global.left_color_picker.get_picker().get_child(0), 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue