mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
49
Scenes/Parts/ResourcePackConfigOptionNode.tscn
Normal file
49
Scenes/Parts/ResourcePackConfigOptionNode.tscn
Normal file
@@ -0,0 +1,49 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://c5ea03ob6ncq7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cu43fwblwup82" path="res://Scripts/UI/ResourcePackConfigOptionNode.gd" id="1_dgc7v"]
|
||||
[ext_resource type="Texture2D" uid="uid://3p2l7rec0gh5" path="res://Assets/Sprites/UI/Cursor.png" id="2_p6kha"]
|
||||
[ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="3_ru6uv"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/UI/Cursor.json" id="4_7f2hm"]
|
||||
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="5_s1byh"]
|
||||
[ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="6_aqhx3"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qti1l"]
|
||||
atlas = ExtResource("2_p6kha")
|
||||
region = Rect2(0, 0, 8, 8)
|
||||
|
||||
[node name="PackOptionNode" type="HBoxContainer"]
|
||||
offset_right = 253.0
|
||||
offset_bottom = 8.0
|
||||
theme_override_constants/separation = 0
|
||||
script = ExtResource("1_dgc7v")
|
||||
|
||||
[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_ru6uv")
|
||||
node_to_affect = NodePath("..")
|
||||
property_name = "texture"
|
||||
mode = 1
|
||||
resource_json = ExtResource("4_7f2hm")
|
||||
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "mode:"
|
||||
uppercase = true
|
||||
|
||||
[node name="Value" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 10
|
||||
text = "◄windowed►"
|
||||
uppercase = true
|
||||
|
||||
[node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("5_s1byh")
|
||||
labels = [NodePath("../Title"), NodePath("../Value")]
|
||||
resource = ExtResource("6_aqhx3")
|
||||
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
Reference in New Issue
Block a user