132 lines
4.8 KiB
Plaintext
132 lines
4.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cw3b7n7k2c4h6"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/UI/character_screen.gd" id="1_0p3qk"]
|
|
[ext_resource type="Texture2D" uid="uid://dhuosr0p605gj" path="res://assets/images/pp_start_bg.png" id="2_5g2t1"]
|
|
[ext_resource type="Theme" uid="uid://tn8qndst18d6" path="res://themes/title_font_theme.tres" id="3_k2j6k"]
|
|
[ext_resource type="Theme" uid="uid://wpxmub0n2dr3" path="res://themes/button_theme.tres" id="4_5b3b7"]
|
|
|
|
[node name="CharacterScreen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_0p3qk")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_5g2t1")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 80
|
|
theme_override_constants/margin_top = 40
|
|
theme_override_constants/margin_right = 80
|
|
theme_override_constants/margin_bottom = 40
|
|
|
|
[node name="ContentCenter" type="CenterContainer" parent="MarginContainer"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ContentVBox" type="VBoxContainer" parent="MarginContainer/ContentCenter"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
theme_override_constants/separation = 18
|
|
|
|
[node name="TitleLabel" type="Label" parent="MarginContainer/ContentCenter/ContentVBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("3_k2j6k")
|
|
text = "YOUR CHARACTERS"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="StatusLabel" type="Label" parent="MarginContainer/ContentCenter/ContentVBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
horizontal_alignment = 1
|
|
|
|
[node name="CharacterList" type="ItemList" parent="MarginContainer/ContentCenter/ContentVBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
custom_minimum_size = Vector2(520, 240)
|
|
|
|
[node name="AddHBox" type="HBoxContainer" parent="MarginContainer/ContentCenter/ContentVBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="NameInput" type="LineEdit" parent="MarginContainer/ContentCenter/ContentVBox/AddHBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
placeholder_text = "character name"
|
|
|
|
[node name="AddButton" type="Button" parent="MarginContainer/ContentCenter/ContentVBox/AddHBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
theme = ExtResource("4_5b3b7")
|
|
text = "ADD"
|
|
text_alignment = 1
|
|
|
|
[node name="ActionHBox" type="HBoxContainer" parent="MarginContainer/ContentCenter/ContentVBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="RefreshButton" type="Button" parent="MarginContainer/ContentCenter/ContentVBox/ActionHBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("4_5b3b7")
|
|
text = "REFRESH"
|
|
text_alignment = 1
|
|
|
|
[node name="DeleteButton" type="Button" parent="MarginContainer/ContentCenter/ContentVBox/ActionHBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("4_5b3b7")
|
|
text = "DELETE"
|
|
text_alignment = 1
|
|
|
|
[node name="BackButton" type="Button" parent="MarginContainer/ContentCenter/ContentVBox/ActionHBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("4_5b3b7")
|
|
text = "BACK"
|
|
text_alignment = 1
|
|
|
|
[node name="LogoutButton" type="Button" parent="MarginContainer/ContentCenter/ContentVBox/ActionHBox"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("4_5b3b7")
|
|
text = "LOG OUT"
|
|
text_alignment = 1
|
|
|
|
[node name="LogoutRequest" type="HTTPRequest" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[connection signal="pressed" from="MarginContainer/ContentCenter/ContentVBox/AddHBox/AddButton" to="." method="_on_add_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/ContentCenter/ContentVBox/ActionHBox/RefreshButton" to="." method="_on_refresh_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/ContentCenter/ContentVBox/ActionHBox/DeleteButton" to="." method="_on_delete_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/ContentCenter/ContentVBox/ActionHBox/BackButton" to="." method="_on_back_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/ContentCenter/ContentVBox/ActionHBox/LogoutButton" to="." method="_on_logout_button_pressed"]
|
|
[connection signal="request_completed" from="LogoutRequest" to="." method="_on_logout_request_completed"]
|