| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [gd_scene load_steps=10 format=3 uid="uid://dtiqcfrw110kd"]
- [ext_resource type="Script" uid="uid://cufb1mxff7b8f" path="res://Scripts/UI/SelectableSliderNode.gd" id="1_ro726"]
- [ext_resource type="Texture2D" uid="uid://3p2l7rec0gh5" path="res://Assets/Sprites/UI/Cursor.png" id="2_rggaq"]
- [ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="3_5rt0a"]
- [ext_resource type="JSON" path="res://Assets/Sprites/UI/Cursor.json" id="4_b21k4"]
- [ext_resource type="AudioStream" uid="uid://drs3md0tuek2w" path="res://Assets/Audio/SFX/Beep.wav" id="4_rggaq"]
- [ext_resource type="Script" uid="uid://d63p6qr5a748" path="res://Scripts/UI/AutoScrollContainer.gd" id="5_b21k4"]
- [ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="6_5rt0a"]
- [ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="7_b21k4"]
- [sub_resource type="AtlasTexture" id="AtlasTexture_vnuis"]
- atlas = ExtResource("2_rggaq")
- region = Rect2(0, 0, 8, 8)
- [node name="SelectableOptionNode" type="HBoxContainer"]
- offset_right = 256.0
- offset_bottom = 16.0
- size_flags_horizontal = 3
- theme_override_constants/separation = 0
- script = ExtResource("1_ro726")
- selected = true
- [node name="Cursor" type="TextureRect" parent="."]
- layout_mode = 2
- texture = SubResource("AtlasTexture_vnuis")
- stretch_mode = 3
- [node name="ResourceSetter" type="Node" parent="Cursor" node_paths=PackedStringArray("node_to_affect")]
- script = ExtResource("3_5rt0a")
- node_to_affect = NodePath("..")
- property_name = "texture"
- mode = 1
- resource_json = ExtResource("4_b21k4")
- metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
- [node name="AutoScrollContainer" type="ScrollContainer" parent="."]
- layout_mode = 2
- size_flags_horizontal = 3
- horizontal_scroll_mode = 3
- vertical_scroll_mode = 0
- script = ExtResource("5_b21k4")
- metadata/_custom_type_script = "uid://d63p6qr5a748"
- [node name="Title" type="Label" parent="AutoScrollContainer"]
- unique_name_in_owner = true
- layout_mode = 2
- text = "mode:"
- uppercase = true
- [node name="Value" type="Label" parent="."]
- layout_mode = 2
- size_flags_horizontal = 10
- text = "◄├-----┼----┤►"
- uppercase = true
- [node name="SFX" type="AudioStreamPlayer" parent="."]
- stream = ExtResource("4_rggaq")
- volume_db = 10.0
- bus = &"SFX"
- [node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
- script = ExtResource("6_5rt0a")
- labels = [NodePath("../AutoScrollContainer/Title"), NodePath("../Value")]
- resource = ExtResource("7_b21k4")
- metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|