mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
[gd_scene load_steps=7 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"]
|
|
|
|
[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")]
|
|
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="cancel_remap"]
|