53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b5asfx4vribls"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/Hud.cs" id="1_hvqpl"]
|
||
|
|
||
|
[node name="HUD" type="Control" node_paths=PackedStringArray("HoverText")]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
mouse_filter = 2
|
||
|
script = ExtResource("1_hvqpl")
|
||
|
HoverText = NodePath("HoverText")
|
||
|
|
||
|
[node name="HoverText" type="RichTextLabel" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 7
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 1.0
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = -180.5
|
||
|
offset_top = -166.0
|
||
|
offset_right = 180.5
|
||
|
offset_bottom = -78.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 0
|
||
|
theme_override_font_sizes/normal_font_size = 64
|
||
|
bbcode_enabled = true
|
||
|
text = "[Hover Text]"
|
||
|
fit_content = true
|
||
|
scroll_active = false
|
||
|
autowrap_mode = 0
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="ColorRect" type="ColorRect" parent="CenterContainer"]
|
||
|
custom_minimum_size = Vector2(16, 2)
|
||
|
layout_mode = 2
|
||
|
mouse_filter = 1
|
||
|
|
||
|
[node name="ColorRect2" type="ColorRect" parent="CenterContainer"]
|
||
|
custom_minimum_size = Vector2(2, 16)
|
||
|
layout_mode = 2
|
||
|
mouse_filter = 1
|