45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://d3tqrm4ry4l88"]
|
|
|
|
[ext_resource type="Script" uid="uid://h1slqbemgwvr" path="res://scenes/Settings.gd" id="1_1dggd"]
|
|
[ext_resource type="Texture2D" uid="uid://dhuosr0p605gj" path="res://assets/images/pp_start_bg.png" id="1_i47rn"]
|
|
[ext_resource type="FontFile" uid="uid://m5ceou0rk6j6" path="res://assets/fonts/PlayfairDisplay-VariableFont_wght.ttf" id="2_46duy"]
|
|
[ext_resource type="Theme" uid="uid://wpxmub0n2dr3" path="res://themes/button_theme.tres" id="3_46duy"]
|
|
|
|
[node name="settings_screen" type="Node2D"]
|
|
script = ExtResource("1_1dggd")
|
|
metadata/_edit_vertical_guides_ = [1152.0]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_left = -192.0
|
|
offset_top = -188.0
|
|
offset_right = 1344.0
|
|
offset_bottom = 836.0
|
|
texture = ExtResource("1_i47rn")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
offset_right = 1152.0
|
|
offset_bottom = 648.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_46duy")
|
|
theme_override_font_sizes/font_size = 42
|
|
text = "Settings"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TabBar" type="TabBar" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("3_46duy")
|
|
current_tab = 0
|
|
tab_count = 4
|
|
tab_0/title = "Gameplay"
|
|
tab_1/title = "Video"
|
|
tab_2/title = "Audio"
|
|
tab_3/title = "Dev"
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|