83 lines
2.2 KiB
Plaintext
83 lines
2.2 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", "CameraHeightContainer", "CameraHeightSlider", "CornerPrompt")]
|
|
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("CenterContainer2/HoverText")
|
|
CameraHeightContainer = NodePath("CameraHeightContainer")
|
|
CameraHeightSlider = NodePath("CameraHeightContainer/CameraHeightSlider")
|
|
CornerPrompt = NodePath("TableRecallPrompt")
|
|
|
|
[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
|
|
|
|
[node name="CameraHeightContainer" type="VBoxContainer" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -227.0
|
|
offset_right = 67.0
|
|
grow_vertical = 0
|
|
|
|
[node name="CameraHeightSlider" type="VSlider" parent="CameraHeightContainer"]
|
|
custom_minimum_size = Vector2(70, 200)
|
|
layout_mode = 2
|
|
step = 0.1
|
|
|
|
[node name="CameraHeightLabel" type="Label" parent="CameraHeightContainer"]
|
|
layout_mode = 2
|
|
text = "Height
|
|
"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="CenterContainer2" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -134.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
|
|
[node name="HoverText" type="Label" parent="CenterContainer2"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "[Hover Text]"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TableRecallPrompt" type="Label" parent="."]
|
|
layout_mode = 1
|
|
offset_left = 34.0
|
|
offset_top = 22.0
|
|
offset_right = 314.0
|
|
offset_bottom = 67.0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "[Table Recall Text]"
|