Skip to content

Commit

Permalink
Hide textbubble example tip at start
Browse files Browse the repository at this point in the history
The textbubble tip is now hidden by default, which should avoid possible flicker if there is a frame before the first text event.
  • Loading branch information
Jowan-Spooner committed Jul 11, 2024
1 parent 067f5c0 commit 56341dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bg_color = Color(0, 0, 0, 0.654902)
script = ExtResource("1_urqwc")

[node name="Example" type="Control" parent="."]
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
Expand Down

0 comments on commit 56341dd

Please sign in to comment.