| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [gd_scene load_steps=8 format=3 uid="uid://bflpf2fdtbgkt"]
- [ext_resource type="Script" uid="uid://w6t6q5vfow5p" path="res://Scripts/UI/SelectableInputOptionNode.gd" id="1_74gxt"]
- [ext_resource type="Texture2D" uid="uid://3p2l7rec0gh5" path="res://Assets/Sprites/UI/Cursor.png" id="2_voltx"]
- [ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="3_voltx"]
- [ext_resource type="JSON" path="res://Assets/Sprites/UI/Cursor.json" id="4_q1ixt"]
- [ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="5_voltx"]
- [ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="6_q1ixt"]
- [sub_resource type="AtlasTexture" id="AtlasTexture_qti1l"]
- atlas = ExtResource("2_voltx")
- region = Rect2(0, 0, 8, 8)
- [node name="SelectableOptionNode" type="HBoxContainer"]
- theme_override_constants/separation = 0
- script = ExtResource("1_74gxt")
- settings_category = "keyboard"
- [node name="Cursor" type="TextureRect" parent="."]
- layout_mode = 2
- texture = SubResource("AtlasTexture_qti1l")
- stretch_mode = 3
- [node name="ResourceSetter" type="Node" parent="Cursor" node_paths=PackedStringArray("node_to_affect")]
- script = ExtResource("3_voltx")
- node_to_affect = NodePath("..")
- property_name = "texture"
- mode = 1
- resource_json = ExtResource("4_q1ixt")
- metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
- [node name="Title" type="Label" parent="."]
- layout_mode = 2
- text = "action:"
- uppercase = true
- [node name="Value" type="Label" parent="."]
- layout_mode = 2
- size_flags_horizontal = 10
- text = "press any.."
- uppercase = true
- [node name="Timer" type="Timer" parent="."]
- wait_time = 3.0
- one_shot = true
- [node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
- script = ExtResource("5_voltx")
- labels = [NodePath("../Title"), NodePath("../Value")]
- resource = ExtResource("6_q1ixt")
- metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
- [connection signal="timeout" from="Timer" to="." method="cancel_remap"]
|