2023-11-26 16:22:53 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://c08xd12mqj0ea"]
|
2023-10-28 14:51:33 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://script/interface/page_server.gd" id="1_ftl41"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ckukbjjvm54c5" path="res://assets/background/settings-Khanat-background.png" id="2_2ahq6"]
|
2023-11-26 16:22:53 +00:00
|
|
|
[ext_resource type="Theme" uid="uid://boqakd3l3vldf" path="res://assets/tres/khanat.tres" id="3_1l0ao"]
|
2023-10-28 14:51:33 +00:00
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_83bu0"]
|
|
|
|
bg_color = Color(0.388235, 0.34902, 0.858824, 1)
|
|
|
|
|
|
|
|
[node name="page_choice_server" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchor_right = 1.111
|
|
|
|
anchor_bottom = 1.11
|
|
|
|
offset_right = -1279.87
|
|
|
|
offset_bottom = -719.28
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_ftl41")
|
|
|
|
|
|
|
|
[node name="background" type="TextureRect" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 1280.0
|
|
|
|
offset_bottom = 720.0
|
|
|
|
texture = ExtResource("2_2ahq6")
|
|
|
|
|
|
|
|
[node name="button_return" type="Button" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 599.0
|
|
|
|
offset_top = 572.0
|
|
|
|
offset_right = 699.0
|
|
|
|
offset_bottom = 603.0
|
2023-11-26 16:22:53 +00:00
|
|
|
theme = ExtResource("3_1l0ao")
|
2023-10-28 14:51:33 +00:00
|
|
|
text = "Return"
|
|
|
|
|
|
|
|
[node name="text_server" type="ItemList" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 340.0
|
|
|
|
offset_top = 143.0
|
|
|
|
offset_right = 586.0
|
|
|
|
offset_bottom = 520.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_83bu0")
|
|
|
|
select_mode = 1
|
|
|
|
allow_reselect = true
|
|
|
|
item_count = 5
|
|
|
|
same_column_width = true
|
|
|
|
item_0/text = "#TODO setting1"
|
|
|
|
item_0/selectable = false
|
|
|
|
item_0/disabled = true
|
|
|
|
item_1/text = "valeur 1"
|
|
|
|
item_2/text = "Setings 2"
|
|
|
|
item_2/selectable = false
|
|
|
|
item_2/disabled = true
|
|
|
|
item_3/text = "setting 3"
|
|
|
|
item_3/selectable = false
|
|
|
|
item_3/disabled = true
|
|
|
|
item_4/text = "ETC ...."
|
|
|
|
item_4/selectable = false
|
|
|
|
item_4/disabled = true
|
|
|
|
|
|
|
|
[node name="text_server2" type="ItemList" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 682.0
|
|
|
|
offset_top = 143.0
|
|
|
|
offset_right = 928.0
|
|
|
|
offset_bottom = 520.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_83bu0")
|
|
|
|
select_mode = 1
|
|
|
|
allow_reselect = true
|
|
|
|
item_count = 5
|
|
|
|
same_column_width = true
|
|
|
|
item_0/text = "#TODO setting1"
|
|
|
|
item_0/selectable = false
|
|
|
|
item_0/disabled = true
|
|
|
|
item_1/text = "valeur 1"
|
|
|
|
item_2/text = "Setings 2"
|
|
|
|
item_2/selectable = false
|
|
|
|
item_2/disabled = true
|
|
|
|
item_3/text = "setting 3"
|
|
|
|
item_3/selectable = false
|
|
|
|
item_3/disabled = true
|
|
|
|
item_4/text = "ETC ...."
|
|
|
|
item_4/selectable = false
|
|
|
|
item_4/disabled = true
|
|
|
|
|
|
|
|
[node name="Label" type="LineEdit" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = -1
|
|
|
|
anchor_right = 13312.0
|
|
|
|
offset_left = 562.0
|
|
|
|
offset_top = 48.0
|
|
|
|
offset_right = 706.0
|
|
|
|
offset_bottom = 83.0
|
2023-11-26 16:22:53 +00:00
|
|
|
theme = ExtResource("3_1l0ao")
|
2023-10-28 14:51:33 +00:00
|
|
|
text = "SETTINGS_TITRE"
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
[connection signal="pressed" from="button_return" to="." method="_on_return_pressed"]
|