2024-02-26 08:28:11 -06:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://b6rvghqqnqqk1"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Player/GUI/GuiRoot.gd" id="1_hovww"]
|
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_nvd2b"]
|
|
|
|
font_size = 32
|
|
|
|
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
|
|
|
|
|
|
[node name="GuiRoot" type="Control" parent="."]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource("1_hovww")
|
|
|
|
|
|
|
|
[node name="Velocity" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 79.0
|
|
|
|
offset_bottom = 23.0
|
|
|
|
text = "Velocity: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|
|
|
|
|
|
|
|
[node name="HorzVeloc" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_top = 44.0
|
|
|
|
offset_right = 328.0
|
|
|
|
offset_bottom = 89.0
|
|
|
|
text = "Horizontal Velocity: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|
|
|
|
|
|
|
|
[node name="VertVeloc" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_top = 88.0
|
|
|
|
offset_right = 283.0
|
|
|
|
offset_bottom = 133.0
|
|
|
|
text = "Vertical Velocity: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|
|
|
|
|
|
|
|
[node name="AddedVeloc" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_top = 132.0
|
|
|
|
offset_right = 283.0
|
|
|
|
offset_bottom = 177.0
|
|
|
|
text = "Added Velocity: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|
2024-02-27 11:27:54 -06:00
|
|
|
|
|
|
|
[node name="Jumps" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_top = 168.0
|
|
|
|
offset_right = 283.0
|
|
|
|
offset_bottom = 213.0
|
|
|
|
text = "Jumps: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|
|
|
|
|
|
|
|
[node name="Grapples" type="Label" parent="GuiRoot"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_top = 208.0
|
|
|
|
offset_right = 283.0
|
|
|
|
offset_bottom = 253.0
|
|
|
|
text = "Grapples: 0"
|
|
|
|
label_settings = SubResource("LabelSettings_nvd2b")
|