98 lines
2.4 KiB
Plaintext
98 lines
2.4 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dldpeo5y3l5hq"]
|
|
|
|
[ext_resource type="Script" path="res://SettingsWindow.gd" id="1_bt55j"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_3xrlm"]
|
|
font_size = 25
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
clip_contents = true
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_bt55j")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
text = "Settings"
|
|
label_settings = SubResource("LabelSettings_3xrlm")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="StopAfterCurrentCheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
button_pressed = true
|
|
action_mode = 0
|
|
text = "Stop after current"
|
|
|
|
[node name="HideNextTrackCheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
button_pressed = true
|
|
action_mode = 0
|
|
text = "Hide next track"
|
|
|
|
[node name="AddToDatabaseCheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
action_mode = 0
|
|
text = "Turn on played to database"
|
|
|
|
[node name="LowPlayedCheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
action_mode = 0
|
|
text = "Use low played mode"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Label2" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Winning Score: "
|
|
|
|
[node name="ScoreLabel" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "20"
|
|
|
|
[node name="LowerButton" type="Button" parent="HBoxContainer"]
|
|
custom_minimum_size = Vector2(30, 2.08165e-12)
|
|
layout_mode = 2
|
|
focus_mode = 0
|
|
action_mode = 0
|
|
text = "-1"
|
|
|
|
[node name="IncreaseButton" type="Button" parent="HBoxContainer"]
|
|
custom_minimum_size = Vector2(30, 2.08165e-12)
|
|
layout_mode = 2
|
|
focus_mode = 0
|
|
action_mode = 0
|
|
text = "+1"
|
|
|
|
[node name="SelectServerButton" type="OptionButton" parent="."]
|
|
layout_mode = 2
|
|
item_count = 4
|
|
selected = 0
|
|
popup/item_0/text = "https://music.sanplex.tech"
|
|
popup/item_0/id = 1
|
|
popup/item_1/text = "https://tmusic.sanplex.tech"
|
|
popup/item_1/id = 0
|
|
popup/item_2/text = "http://192.168.86.100:8085"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "http://localhost:8080"
|
|
popup/item_3/id = 3
|
|
|
|
[node name="FullscreenButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
text = "Fullscreen"
|
|
|
|
[node name="LocalButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Local"
|