Files
car-os/widgets/compass/compass_widget_scene.tscn
T

39 lines
1.3 KiB
Plaintext
Raw Normal View History

2026-07-04 18:22:23 -06:00
[gd_scene format=3 uid="uid://bbdbyjievjpsq"]
[ext_resource type="Script" uid="uid://nxvyqddlwaf1" path="res://widgets/compass/scripts/compass_widget_node.gd" id="1_fslm7"]
[ext_resource type="Texture2D" uid="uid://cduyjqlfqd4bh" path="res://widgets/compass/resources/compass_indicator.png" id="2_qf1yp"]
[ext_resource type="Script" uid="uid://cr4y57bw6jfd1" path="res://MoveableControl.gd" id="3_qf1yp"]
[node name="Compass" type="Node2D" unique_id=2062816665]
rotation = -6.2831855
script = ExtResource("1_fslm7")
[node name="CompassIndicator" type="Sprite2D" parent="." unique_id=630014919]
position = Vector2(0, -100)
scale = Vector2(0.1, 0.1)
texture = ExtResource("2_qf1yp")
[node name="Label" type="Label" parent="." unique_id=338110309]
offset_left = -50.0
offset_top = -350.0
offset_right = 50.0
offset_bottom = -150.0
theme_override_font_sizes/font_size = 80
text = "N"
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 161
[node name="MovableControl" type="Control" parent="." unique_id=124696843 node_paths=PackedStringArray("move_target")]
layout_mode = 3
anchors_preset = 0
offset_left = -128.99997
offset_top = -188.00002
offset_right = 125.83328
offset_bottom = 194.89629
mouse_filter = 1
mouse_default_cursor_shape = 13
script = ExtResource("3_qf1yp")
move_target = NodePath("..")
metadata/_custom_type_script = "uid://cr4y57bw6jfd1"