Files
car-os/widgets/altitude/altitude_widget.tscn
T

31 lines
1.1 KiB
Plaintext

[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]
offset_right = 460.0
offset_bottom = 120.0
[node name="Label" type="Label" parent="." unique_id=1070194714]
offset_right = 460.0
offset_bottom = 120.0
theme_override_font_sizes/font_size = 80
text = "Alt: 99999 ft"
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
offset_right = 460.0
offset_bottom = 120.0
mouse_filter = 1
script = ExtResource("2_34sps")
move_target = NodePath("..")
metadata/_custom_type_script = "uid://cr4y57bw6jfd1"