ile-de-test/scenes/interface/page_server.tscn

83 lines
2.3 KiB
Text
Raw Permalink Normal View History

2023-11-26 16:22:53 +00:00
[gd_scene load_steps=5 format=3 uid="uid://h4sygmnwvcvf"]
2023-10-05 18:02:23 +00:00
[ext_resource type="Script" path="res://script/interface/page_server.gd" id="1_rm4cu"]
[ext_resource type="Texture2D" uid="uid://ckukbjjvm54c5" path="res://assets/background/settings-Khanat-background.png" id="2_u10e3"]
2023-11-26 16:22:53 +00:00
[ext_resource type="Theme" uid="uid://boqakd3l3vldf" path="res://assets/tres/khanat.tres" id="3_x2rd0"]
2023-10-05 18:02:23 +00:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_83bu0"]
bg_color = Color(0.388235, 0.34902, 0.858824, 1)
2023-10-23 15:21:27 +00:00
[node name="page_choice_server" type="Control"]
2023-10-05 18:02:23 +00:00
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_rm4cu")
[node name="background" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 1280.0
offset_bottom = 720.0
texture = ExtResource("2_u10e3")
2023-10-23 15:21:27 +00:00
[node name="button_server" type="Button" parent="."]
2023-10-05 18:02:23 +00:00
custom_minimum_size = Vector2(200, 40)
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 805.0
offset_top = 533.0
offset_right = 1005.0
offset_bottom = 584.0
grow_vertical = 0
2023-11-26 16:22:53 +00:00
theme = ExtResource("3_x2rd0")
2023-10-23 15:21:27 +00:00
text = "Next"
2023-10-05 18:02:23 +00:00
2023-10-23 15:21:27 +00:00
[node name="button_return" type="Button" parent="."]
2023-10-05 18:02:23 +00:00
layout_mode = 0
offset_left = 321.0
offset_top = 538.0
offset_right = 421.0
offset_bottom = 569.0
2023-11-26 16:22:53 +00:00
theme = ExtResource("3_x2rd0")
text = "Return"
2023-10-05 18:02:23 +00:00
2023-10-23 15:21:27 +00:00
[node name="text_server" type="ItemList" parent="."]
2023-10-05 18:02:23 +00:00
layout_mode = 0
2023-11-26 16:22:53 +00:00
offset_left = 496.0
offset_top = 154.0
offset_right = 846.0
offset_bottom = 467.0
2023-10-05 18:02:23 +00:00
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_constants/h_separation = 13
theme_override_constants/v_separation = 5
2023-10-05 18:02:23 +00:00
theme_override_styles/panel = SubResource("StyleBoxFlat_83bu0")
select_mode = 1
allow_reselect = true
item_count = 6
max_columns = 2
2023-10-23 15:21:27 +00:00
same_column_width = true
2023-10-05 18:02:23 +00:00
item_0/text = "SERVEUR LIVE RP:"
item_0/selectable = false
item_0/disabled = true
item_1/text = "LIRRIA"
item_1/selectable = false
item_1/disabled = true
item_2/text = "SERVEUR LIVE PVP:"
item_2/selectable = false
item_2/disabled = true
item_3/text = "TEPSNE"
item_3/selectable = false
item_3/disabled = true
item_4/text = "SERVEUR DEV:"
item_4/selectable = false
item_4/disabled = true
item_5/text = "SPOFU"
2023-10-23 15:21:27 +00:00
[connection signal="pressed" from="button_server" to="." method="_on_button_pressed"]
[connection signal="pressed" from="button_return" to="." method="_on_return_pressed"]