mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 08:34:43 -04:00
Changed some hint_tooltips
I'm trying to remove all the weird "_HT" strings and replace them with actual sentences instead. This will make it easier for translators
This commit is contained in:
parent
cd6d401a11
commit
278c9facb2
5 changed files with 13 additions and 16 deletions
|
@ -356,7 +356,7 @@ func _ready() -> void:
|
|||
|
||||
remove_layer_button = find_node_by_name(animation_timeline, "RemoveLayer")
|
||||
move_up_layer_button = find_node_by_name(animation_timeline, "MoveUpLayer")
|
||||
move_down_layer_button = find_node_by_name(animation_timeline, "MovwDownLayer")
|
||||
move_down_layer_button = find_node_by_name(animation_timeline, "MoveDownLayer")
|
||||
merge_down_layer_button = find_node_by_name(animation_timeline, "MergeDownLayer")
|
||||
|
||||
layer_opacity_slider = find_node_by_name(animation_timeline, "OpacitySlider")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue