47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
|
[gd_scene load_steps=6 format=3 uid="uid://g4qhvbvdm62w"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scenes/game_settings_scene.gd" id="1_3764u"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bkk87o2ooo6at" path="res://ui/overlays/fade_overlay.tscn" id="1_w6tmj"]
|
||
|
[ext_resource type="PackedScene" uid="uid://nbaodrlopo7y" path="res://ui/components/game_settings.tscn" id="2_qsqie"]
|
||
|
[ext_resource type="Theme" uid="uid://d22mpqutkotsu" path="res://ui/theme.tres" id="3_unbh4"]
|
||
|
[ext_resource type="AudioStream" uid="uid://dlchk3c1baiy8" path="res://music/corgie-title.ogg" id="4_7okdb"]
|
||
|
|
||
|
[node name="GameSettingsScene" type="Node2D"]
|
||
|
script = ExtResource("1_3764u")
|
||
|
|
||
|
[node name="UI" type="CanvasLayer" parent="."]
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="UI"]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/CenterContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 20
|
||
|
|
||
|
[node name="SettingsLabel" type="Label" parent="UI/CenterContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderLarge"
|
||
|
text = "settings"
|
||
|
|
||
|
[node name="GameSettings" parent="UI/CenterContainer/VBoxContainer" instance=ExtResource("2_qsqie")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ReturnButton" type="Button" parent="UI/CenterContainer/VBoxContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
theme = ExtResource("3_unbh4")
|
||
|
text = "return_to_main"
|
||
|
|
||
|
[node name="FadeOverlay" parent="UI" instance=ExtResource("1_w6tmj")]
|
||
|
unique_name_in_owner = true
|
||
|
visible = false
|
||
|
|
||
|
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||
|
stream = ExtResource("4_7okdb")
|
||
|
autoplay = true
|
||
|
bus = &"Music"
|