fix in rich tooltip

This commit is contained in:
2023-03-03 19:12:14 +01:00
parent 0275c66a12
commit 5cf0db6c21

View File

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