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:
OverloadedOrama 2020-03-26 03:24:25 +02:00
parent cd6d401a11
commit 278c9facb2
5 changed files with 13 additions and 16 deletions

View file

@ -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")