initial commit

This commit is contained in:
2026-07-04 18:22:23 -06:00
commit 55522fc6fc
272 changed files with 12391 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
[gd_scene format=3 uid="uid://c61d1lcpgyld"]
[ext_resource type="Script" uid="uid://ckhpodvbko5y0" path="res://widgets/rotation/scripts/roll_widget_node.gd" id="1_pi8hj"]
[ext_resource type="Texture2D" uid="uid://b2lryykomcen" path="res://widgets/rotation/resources/corsstrek_back_outline.png" id="2_fu8d0"]
[ext_resource type="Script" uid="uid://cr4y57bw6jfd1" path="res://MoveableControl.gd" id="3_mrkoo"]
[node name="RollWidget" type="Node2D" unique_id=1446458625]
script = ExtResource("1_pi8hj")
metadata/_custom_type_script = "uid://ckhpodvbko5y0"
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=745045303]
scale = Vector2(0.1, 0.1)
texture = ExtResource("2_fu8d0")
[node name="Line2D" type="Line2D" parent="Sprite2D" unique_id=1741698222]
points = PackedVector2Array(600, 0, 1000, 0)
default_color = Color(0.1254902, 0.1254902, 0.1254902, 1)
[node name="Line2D2" type="Line2D" parent="Sprite2D" unique_id=662407004]
points = PackedVector2Array(-600, 0, -1000, 0)
default_color = Color(0.1254902, 0.1254902, 0.1254902, 1)
[node name="Label" type="Label" parent="." unique_id=1267850263]
custom_minimum_size = Vector2(100, 0)
offset_left = -50.0
offset_top = -22.0
offset_right = 50.0
offset_bottom = 23.0
theme_override_font_sizes/font_size = 32
horizontal_alignment = 1
[node name="Line2D" type="Line2D" parent="." unique_id=1446923009]
points = PackedVector2Array(60, 0, 120, 0)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="Line2D2" type="Line2D" parent="." unique_id=1131168134]
points = PackedVector2Array(-60, 0, -120, 0)
width = 1.0
default_color = Color(0, 0, 0, 1)
[node name="MovableControl" type="Control" parent="." unique_id=550168595 node_paths=PackedStringArray("move_target")]
layout_mode = 3
anchors_preset = 0
offset_left = -122.0
offset_top = -45.0
offset_right = 121.0
offset_bottom = 44.0
mouse_filter = 1
script = ExtResource("3_mrkoo")
move_target = NodePath("..")
metadata/_custom_type_script = "uid://cr4y57bw6jfd1"