[gd_scene load_steps=25 format=3 uid="uid://dser74lcd3a4g"] [ext_resource type="Script" uid="uid://dqswsdaamfhbq" path="res://ui/login.gd" id="1_1m5cv"] [ext_resource type="Texture2D" uid="uid://cxd6dnc7s17vg" path="res://client_data/skin/login_background.jpg" id="2_elmti"] [ext_resource type="AudioStream" uid="uid://br8ujl4uxv14a" path="res://client_data/BGM/01.mp3" id="3_2nukd"] [ext_resource type="Theme" uid="uid://c5sm3yvuakj3b" path="res://ui/theme.tres" id="3_7ogdv"] [ext_resource type="PackedScene" uid="uid://cjcm2mai50thr" path="res://ui/bmp_texture_button.tscn" id="3_qemc0"] [ext_resource type="PackedScene" uid="uid://c8uqw08hxfqlu" path="res://ui/chat_window.tscn" id="4_ah2a1"] [ext_resource type="Texture2D" uid="uid://1vrog6v0c8dd" path="res://client_data/data/texture/유저인터페이스/login_interface/btn_connect.png" id="7_8pgsx"] [ext_resource type="Texture2D" uid="uid://txbfc4bmwl3o" path="res://client_data/data/texture/유저인터페이스/login_interface/btn_connect_b.png" id="8_dx2ir"] [ext_resource type="Texture2D" uid="uid://xj061qbyw4mp" path="res://client_data/data/texture/유저인터페이스/login_interface/btn_connect_a.png" id="9_tftjj"] [ext_resource type="Theme" uid="uid://c6y6r8kcnbb10" path="res://ui/theme_clear.tres" id="9_toei2"] [ext_resource type="PackedScene" uid="uid://f2urhroq21t0" path="res://ui/login/character_server_button.tscn" id="10_38pxr"] [ext_resource type="Texture2D" uid="uid://pjerdwsogw84" path="res://client_data/data/texture/유저인터페이스/btn_cancel.png" id="11_60jnu"] [ext_resource type="Texture2D" uid="uid://ba3g38r086pyk" path="res://client_data/data/texture/유저인터페이스/btn_cancel_b.png" id="12_up3vp"] [ext_resource type="Texture2D" uid="uid://bw3j7xm53qoqe" path="res://client_data/data/texture/유저인터페이스/btn_cancel_a.png" id="13_swwvu"] [ext_resource type="Texture2D" uid="uid://brkbxq02xuyw8" path="res://client_data/data/texture/유저인터페이스/btn_next.png" id="14_ohrmw"] [ext_resource type="Texture2D" uid="uid://dweiqt26hgws2" path="res://client_data/data/texture/유저인터페이스/btn_next_b.png" id="15_c1fiv"] [ext_resource type="Texture2D" uid="uid://h6r0smppndhq" path="res://client_data/data/texture/유저인터페이스/btn_next_a.png" id="16_14c6s"] [ext_resource type="PackedScene" uid="uid://bxbprntny8duj" path="res://ui/login/login_character_selection_list.tscn" id="16_tihdy"] [ext_resource type="PackedScene" uid="uid://swtqlba1wi3o" path="res://ui/window.tscn" id="17_mma3j"] [ext_resource type="Texture2D" uid="uid://cgsgfo5j5lm2t" path="res://client_data/data/texture/유저인터페이스/btn_make_b.png" id="19_dx2ir"] [ext_resource type="Texture2D" uid="uid://bvbne1gpgvk08" path="res://client_data/data/texture/유저인터페이스/btn_make_a.png" id="20_tftjj"] [ext_resource type="Texture2D" uid="uid://cnhrbacvvitjq" path="res://client_data/data/texture/유저인터페이스/btn_make.png" id="22_82qbc"] [ext_resource type="PackedScene" uid="uid://di8inwptr42fe" path="res://ui/login/character_creation.tscn" id="24_8pgsx"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pfdi0"] bg_color = Color(0.977834, 0.977834, 0.977834, 1) [node name="Login" 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_1m5cv") [node name="Background" 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_elmti") expand_mode = 3 stretch_mode = 6 [node name="Login" type="CenterContainer" parent="."] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Window" parent="Login" instance=ExtResource("17_mma3j")] layout_mode = 2 [node name="Label" type="Label" parent="Login/Window/VBoxContainer/TitleBar/TitleBarElements" index="0"] texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") text = "Log On" [node name="MarginContainer" type="MarginContainer" parent="Login/Window/VBoxContainer/Body" index="0"] layout_mode = 2 theme_override_constants/margin_left = 30 theme_override_constants/margin_top = 15 theme_override_constants/margin_right = 30 theme_override_constants/margin_bottom = 15 [node name="VBoxContainer" type="VBoxContainer" parent="Login/Window/VBoxContainer/Body/MarginContainer"] layout_mode = 2 theme_override_constants/separation = 6 [node name="Username" type="HBoxContainer" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer/Username"] texture_filter = 1 layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("9_toei2") theme_type_variation = &"LabelLabel" text = "ID" horizontal_alignment = 2 [node name="Username" type="LineEdit" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer/Username"] unique_name_in_owner = true custom_minimum_size = Vector2(150, 0) layout_mode = 2 theme = ExtResource("9_toei2") text = "dweipert" placeholder_text = "Username" [node name="Password" type="HBoxContainer" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer/Password"] texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") theme_type_variation = &"LabelLabel" text = "Password" [node name="Password" type="LineEdit" parent="Login/Window/VBoxContainer/Body/MarginContainer/VBoxContainer/Password"] unique_name_in_owner = true custom_minimum_size = Vector2(150, 0) layout_mode = 2 theme = ExtResource("9_toei2") text = "ragnarok" placeholder_text = "Password" secret = true secret_character = "*" [node name="Login" parent="Login/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="0" instance=ExtResource("3_qemc0")] layout_mode = 2 size_flags_horizontal = 8 theme = ExtResource("3_7ogdv") texture_normal = ExtResource("7_8pgsx") texture_pressed = ExtResource("8_dx2ir") texture_hover = ExtResource("9_tftjj") [node name="CharacterServer" type="CenterContainer" parent="."] unique_name_in_owner = true visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Window" parent="CharacterServer" instance=ExtResource("17_mma3j")] custom_minimum_size = Vector2(280, 200) layout_mode = 2 [node name="Label" type="Label" parent="CharacterServer/Window/VBoxContainer/TitleBar/TitleBarElements" index="0"] texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") theme_type_variation = &"WindowLabel" text = "Character Server" [node name="MarginContainer" type="MarginContainer" parent="CharacterServer/Window/VBoxContainer/Body" index="0"] layout_mode = 2 theme_override_constants/margin_left = 12 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 12 theme_override_constants/margin_bottom = 4 [node name="PanelContainer" type="PanelContainer" parent="CharacterServer/Window/VBoxContainer/Body/MarginContainer"] layout_mode = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_pfdi0") [node name="CharacterServerList" type="VBoxContainer" parent="CharacterServer/Window/VBoxContainer/Body/MarginContainer/PanelContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 [node name="CharacterServerButton" parent="CharacterServer/Window/VBoxContainer/Body/MarginContainer/PanelContainer/CharacterServerList" instance=ExtResource("10_38pxr")] layout_mode = 2 [node name="HBoxContainer" type="HBoxContainer" parent="CharacterServer/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="0"] layout_mode = 2 [node name="CharacterServerBackButton" parent="CharacterServer/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer" instance=ExtResource("3_qemc0")] layout_mode = 2 size_flags_horizontal = 0 texture_normal = ExtResource("11_60jnu") texture_pressed = ExtResource("12_up3vp") texture_hover = ExtResource("13_swwvu") [node name="CharacterServerNextButton" parent="CharacterServer/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer" instance=ExtResource("3_qemc0")] layout_mode = 2 size_flags_horizontal = 10 texture_normal = ExtResource("14_ohrmw") texture_pressed = ExtResource("15_c1fiv") texture_hover = ExtResource("16_14c6s") [node name="CharacterSelection" type="CenterContainer" parent="."] unique_name_in_owner = true visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CharacterSelection"] visible = false layout_mode = 2 [node name="HBoxContainer" type="HBoxContainer" parent="CharacterSelection/VBoxContainer"] layout_mode = 2 [node name="CharacterList" type="GridContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer"] layout_mode = 2 columns = 5 [node name="CharacterInfo" type="VBoxContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer"] custom_minimum_size = Vector2(75, 0) layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo"] layout_mode = 2 text = "Info" horizontal_alignment = 1 [node name="HBoxContainer" type="HBoxContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo"] layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer"] layout_mode = 2 text = "Base Level:" [node name="Label2" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer"] layout_mode = 2 [node name="HBoxContainer2" type="HBoxContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo"] layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer2"] layout_mode = 2 text = "Job Level:" [node name="Label2" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer2"] layout_mode = 2 [node name="HBoxContainer4" type="HBoxContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo"] layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer4"] layout_mode = 2 text = "Job:" [node name="Label2" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer4"] layout_mode = 2 [node name="HBoxContainer3" type="HBoxContainer" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo"] layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer3"] layout_mode = 2 text = "Str:" [node name="Label2" type="Label" parent="CharacterSelection/VBoxContainer/HBoxContainer/CharacterInfo/HBoxContainer3"] layout_mode = 2 [node name="CharacterSelectionBackButton" type="Button" parent="CharacterSelection/VBoxContainer"] layout_mode = 2 size_flags_horizontal = 8 mouse_default_cursor_shape = 2 text = "Cancel" [node name="Window" parent="CharacterSelection" instance=ExtResource("17_mma3j")] layout_mode = 2 [node name="HBoxContainer" type="HBoxContainer" parent="CharacterSelection/Window/VBoxContainer/TitleBar/TitleBarElements" index="0"] layout_mode = 2 [node name="Label" type="Label" parent="CharacterSelection/Window/VBoxContainer/TitleBar/TitleBarElements/HBoxContainer"] texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") text = "Character Select" [node name="-" type="Label" parent="CharacterSelection/Window/VBoxContainer/TitleBar/TitleBarElements/HBoxContainer"] texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") text = "-" [node name="CharacterSelectionSlotLabel" type="Label" parent="CharacterSelection/Window/VBoxContainer/TitleBar/TitleBarElements/HBoxContainer"] unique_name_in_owner = true texture_filter = 1 layout_mode = 2 theme = ExtResource("9_toei2") [node name="MarginContainer" type="MarginContainer" parent="CharacterSelection/Window/VBoxContainer/Body" index="0"] layout_mode = 2 theme_override_constants/margin_left = 64 theme_override_constants/margin_top = 16 theme_override_constants/margin_right = 64 theme_override_constants/margin_bottom = 16 [node name="CharacterSelectionList" parent="CharacterSelection/Window/VBoxContainer/Body/MarginContainer" instance=ExtResource("16_tihdy")] unique_name_in_owner = true layout_mode = 2 [node name="CharacterSelectionBackButton" parent="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="0" instance=ExtResource("3_qemc0")] layout_mode = 2 size_flags_horizontal = 0 texture_normal = ExtResource("11_60jnu") texture_pressed = ExtResource("12_up3vp") texture_hover = ExtResource("13_swwvu") [node name="HBoxContainer" type="HBoxContainer" parent="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="1"] layout_mode = 2 size_flags_horizontal = 8 [node name="CharacterSelectionCreate" type="TextureButton" parent="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer"] unique_name_in_owner = true texture_filter = 1 layout_mode = 2 size_flags_horizontal = 8 mouse_default_cursor_shape = 2 texture_normal = ExtResource("22_82qbc") texture_pressed = ExtResource("19_dx2ir") texture_hover = ExtResource("20_tftjj") [node name="CharacterLogin" parent="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer" instance=ExtResource("3_qemc0")] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 8 texture_normal = ExtResource("7_8pgsx") texture_pressed = ExtResource("8_dx2ir") texture_hover = ExtResource("9_tftjj") [node name="CharacterCreation" type="CenterContainer" parent="."] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Window" parent="CharacterCreation" instance=ExtResource("17_mma3j")] layout_mode = 2 [node name="MarginContainer" type="MarginContainer" parent="CharacterCreation/Window/VBoxContainer/Body" index="0"] layout_mode = 2 theme_override_constants/margin_left = 16 theme_override_constants/margin_top = 16 theme_override_constants/margin_right = 16 theme_override_constants/margin_bottom = 16 [node name="CharacterCreationInterface" parent="CharacterCreation/Window/VBoxContainer/Body/MarginContainer" instance=ExtResource("24_8pgsx")] unique_name_in_owner = true layout_mode = 2 [node name="CharacterCreationCancel" type="TextureButton" parent="CharacterCreation/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="0"] texture_filter = 1 layout_mode = 2 size_flags_horizontal = 0 mouse_default_cursor_shape = 2 texture_normal = ExtResource("11_60jnu") texture_pressed = ExtResource("12_up3vp") texture_hover = ExtResource("13_swwvu") [node name="CharacterCreationCreate" type="TextureButton" parent="CharacterCreation/Window/VBoxContainer/ButtonBar/ButtonBarElements" index="1"] texture_filter = 1 layout_mode = 2 size_flags_horizontal = 8 mouse_default_cursor_shape = 2 texture_normal = ExtResource("22_82qbc") texture_pressed = ExtResource("19_dx2ir") texture_hover = ExtResource("20_tftjj") [node name="BackgroundMusic" type="AudioStreamPlayer" parent="."] stream = ExtResource("3_2nukd") [node name="ChatWindow" parent="." instance=ExtResource("4_ah2a1")] unique_name_in_owner = true visible = false layout_mode = 1 anchors_preset = -1 anchor_top = 0.829 anchor_right = 0.5 anchor_bottom = 1.0 offset_top = -0.192017 offset_right = -31.0 offset_bottom = 0.0 grow_vertical = 0 [connection signal="pressed" from="Login/Window/VBoxContainer/ButtonBar/ButtonBarElements/Login" to="." method="_on_login_pressed"] [connection signal="pressed" from="CharacterServer/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer/CharacterServerBackButton" to="." method="_on_character_server_back_button_pressed"] [connection signal="pressed" from="CharacterServer/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer/CharacterServerNextButton" to="." method="_on_character_server_next_button_pressed"] [connection signal="pressed" from="CharacterSelection/VBoxContainer/CharacterSelectionBackButton" to="." method="_on_character_selection_back_button_pressed"] [connection signal="pressed" from="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements/CharacterSelectionBackButton" to="." method="_on_character_selection_back_button_pressed"] [connection signal="pressed" from="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer/CharacterSelectionCreate" to="." method="_on_character_selection_create_pressed"] [connection signal="pressed" from="CharacterSelection/Window/VBoxContainer/ButtonBar/ButtonBarElements/HBoxContainer/CharacterLogin" to="." method="_on_character_login_pressed"] [connection signal="pressed" from="CharacterCreation/Window/VBoxContainer/ButtonBar/ButtonBarElements/CharacterCreationCancel" to="." method="_on_character_creation_cancel_pressed"] [connection signal="pressed" from="CharacterCreation/Window/VBoxContainer/ButtonBar/ButtonBarElements/CharacterCreationCreate" to="." method="_on_character_creation_create_pressed"] [editable path="Login/Window"] [editable path="CharacterServer/Window"] [editable path="CharacterSelection/Window"] [editable path="CharacterCreation/Window"]