Fix hidden tooltips. Closes #68

This commit is contained in:
2025-09-06 03:57:14 +02:00
parent d347b50472
commit 334270582c

View File

@@ -33,9 +33,9 @@ layer = 2
[node name="tooltip" parent="tooltip_layer" instance=ExtResource("4")] [node name="tooltip" parent="tooltip_layer" instance=ExtResource("4")]
z_index = 10 z_index = 10
color = Color(1, 1, 1, 1) color = Color(1, 1, 1, 1)
offset_from_cursor_action1 = Vector2(0, 30) offset_from_cursor_action1 = Vector2(0, 60)
offset_from_cursor_action2 = Vector2(0, -20) offset_from_cursor_action2 = Vector2(0, -20)
offset_from_cursor_action3 = Vector2(0, 30) offset_from_cursor_action3 = Vector2(0, 60)
offset_from_cursor_action4 = Vector2(0, -20) offset_from_cursor_action4 = Vector2(0, -20)
debug_mode = true debug_mode = true