fix in rich tooltip
This commit is contained in:
@@ -150,7 +150,7 @@ func update_tooltip_text():
|
||||
$tooltip1/label.text = current_target_object.action1_text
|
||||
|
||||
if(current_target_object.action2_text != ""):
|
||||
$tooltip1.visible = true;
|
||||
$tooltip2.visible = true;
|
||||
|
||||
$tooltip2/label.text = current_target_object.action2_text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user