feat: implemented interaction tooltips
This commit is contained in:
parent
34db607145
commit
2511ac69c0
7 changed files with 44 additions and 15 deletions
|
|
@ -19,6 +19,23 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
|
||||
[node name="Reticle" type="TextureRect" parent="CenterContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
texture = ExtResource("1_1o2rr")
|
||||
|
||||
[node name="Control" type="Control" parent="CenterContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Tooltip" type="Label" parent="CenterContainer/Control"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -30.5
|
||||
offset_right = 30.5
|
||||
offset_bottom = 44.0
|
||||
grow_horizontal = 2
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue