Files

31 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2026-07-04 18:22:23 -06:00
[gd_scene format=3 uid="uid://m14p8xxs14rf"]
[ext_resource type="Script" uid="uid://b3rfje1auw6to" path="res://widgets/altitude/scripts/altitude_widget_node.gd" id="1_hmdxp"]
[ext_resource type="Script" uid="uid://cr4y57bw6jfd1" path="res://MoveableControl.gd" id="2_34sps"]
[node name="AltitudeWidget" type="Node2D" unique_id=1004159593]
script = ExtResource("1_hmdxp")
metadata/_custom_type_script = "uid://b3rfje1auw6to"
[node name="Panel" type="Panel" parent="." unique_id=1393400967]
2026-07-08 20:58:21 -06:00
offset_right = 300.0
offset_bottom = 120.0
2026-07-04 18:22:23 -06:00
[node name="Label" type="Label" parent="." unique_id=1070194714]
2026-07-08 20:58:21 -06:00
offset_right = 300.0
offset_bottom = 120.0
2026-07-08 20:58:21 -06:00
theme_override_font_sizes/font_size = 64
text = "99999 ft"
2026-07-04 18:22:23 -06:00
horizontal_alignment = 1
vertical_alignment = 1
[node name="MovableControl" type="Control" parent="." unique_id=1186292353 node_paths=PackedStringArray("move_target")]
layout_mode = 3
anchors_preset = 0
2026-07-08 20:58:21 -06:00
offset_right = 300.0
offset_bottom = 120.0
2026-07-04 18:22:23 -06:00
mouse_filter = 1
script = ExtResource("2_34sps")
move_target = NodePath("..")
metadata/_custom_type_script = "uid://cr4y57bw6jfd1"