Files

53 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2026-07-04 18:22:23 -06:00
[gd_scene format=3 uid="uid://bosjd085m7dnh"]
[ext_resource type="Script" uid="uid://ck4h0hm0ob56p" path="res://widgets/rotation/scripts/pitch_widget_node.gd" id="1_875uw"]
[ext_resource type="Texture2D" uid="uid://dlyvq43tjdaja" path="res://widgets/rotation/resources/crosstrek_left_outline.png" id="2_2b2r3"]
[ext_resource type="Script" uid="uid://cr4y57bw6jfd1" path="res://MoveableControl.gd" id="3_xt4uc"]
[node name="PitchWidget" type="Node2D" unique_id=446468870]
script = ExtResource("1_875uw")
metadata/_custom_type_script = "uid://ck4h0hm0ob56p"
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=2072259568]
scale = Vector2(0.1, 0.1)
texture = ExtResource("2_2b2r3")
[node name="Line2D" type="Line2D" parent="Sprite2D" unique_id=789552281]
points = PackedVector2Array(1500, 0, 2000, 0)
default_color = Color(0.1254902, 0.1254902, 0.1254902, 1)
[node name="Line2D2" type="Line2D" parent="Sprite2D" unique_id=346829192]
points = PackedVector2Array(-1500, 0, -2000, 0)
default_color = Color(0.1254902, 0.1254902, 0.1254902, 1)
[node name="Label" type="Label" parent="." unique_id=1536224386]
custom_minimum_size = Vector2(100, 0)
offset_left = -50.0
offset_top = -22.0
offset_right = 50.0
offset_bottom = 23.0
2026-07-08 20:58:21 -06:00
theme_override_font_sizes/font_size = 48
2026-07-04 18:22:23 -06:00
horizontal_alignment = 1
[node name="Line2D" type="Line2D" parent="." unique_id=1285997474]
points = PackedVector2Array(150, 0, 225, 0)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Line2D2" type="Line2D" parent="." unique_id=1217978761]
points = PackedVector2Array(-150, 0, -225, 0)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="MovableControl" type="Control" parent="." unique_id=933534450 node_paths=PackedStringArray("move_target")]
layout_mode = 3
anchors_preset = 0
offset_left = -228.0
offset_top = -45.0
offset_right = 227.0
offset_bottom = 46.0
mouse_filter = 1
script = ExtResource("3_xt4uc")
move_target = NodePath("..")
metadata/_custom_type_script = "uid://cr4y57bw6jfd1"