fix: hud not clickable
This commit is contained in:
parent
51cc90b1e4
commit
da8088f4a1
1 changed files with 9 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
@ -58,6 +59,7 @@ offset_right = 383.0
|
|||
offset_bottom = 100.0
|
||||
focus_mode = 0
|
||||
focus_recursive_behavior = 1
|
||||
mouse_filter = 2
|
||||
theme_override_font_sizes/normal_font_size = 28
|
||||
text = "Destructive"
|
||||
vertical_alignment = 1
|
||||
|
|
@ -65,10 +67,13 @@ script = SubResource("GDScript_b61jh")
|
|||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
||||
layout_mode = 1
|
||||
offset_left = 85.0
|
||||
offset_top = 89.0
|
||||
offset_right = 233.0
|
||||
offset_bottom = 133.0
|
||||
offset_left = 66.0
|
||||
offset_top = 86.0
|
||||
offset_right = 214.0
|
||||
offset_bottom = 114.0
|
||||
focus_mode = 0
|
||||
focus_recursive_behavior = 1
|
||||
mouse_filter = 2
|
||||
text = "0"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue