2018-08-07 08:18:26 +00:00
|
|
|
[gd_scene load_steps=5 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://login_scene/login_scene.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://scenes/GUI/character_creation/character_creation_menu.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://scenes/GUI/character_selection/character_selection_menu.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://scenes/GUI/login/login_menu.tscn" type="PackedScene" id=4]
|
|
|
|
|
2018-08-07 13:25:50 +00:00
|
|
|
[node name="login_scene" type="Node"]
|
2018-08-07 08:18:26 +00:00
|
|
|
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="character_creation_menu" parent="." index="0" instance=ExtResource( 2 )]
|
|
|
|
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="character_selection_menu" parent="." index="1" instance=ExtResource( 3 )]
|
|
|
|
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="login_menu" parent="." index="2" instance=ExtResource( 4 )]
|
|
|
|
|
|
|
|
[connection signal="return_button_pressed" from="character_creation_menu" to="." method="_on_character_creation_menu_return_button_pressed"]
|
|
|
|
|
|
|
|
[connection signal="valid_button_pressed" from="character_creation_menu" to="." method="_on_character_creation_menu_valid_button_pressed"]
|
|
|
|
|
|
|
|
[connection signal="character_selected" from="character_selection_menu" to="." method="_on_character_selection_menu_character_selected"]
|
|
|
|
|
|
|
|
[connection signal="return_button_pressed" from="character_selection_menu" to="." method="_on_character_selection_menu_return_button_pressed"]
|
|
|
|
|
|
|
|
[connection signal="login_button_pressed" from="login_menu" to="." method="_on_login_menu_login_button_pressed"]
|
|
|
|
|
|
|
|
|