2018-08-09 14:09:55 +00:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
[ext_resource path="res://login_scene/character_selection_menu.gd" type="Script" id=1]
|
2018-08-13 14:48:22 +00:00
|
|
|
[ext_resource path="res://scenes/Game/Character/Character.tscn" type="PackedScene" id=2]
|
2018-08-09 09:07:21 +00:00
|
|
|
[ext_resource path="res://assets/GUI/images/new_launcher_bg_0-1.png" type="Texture" id=3]
|
2018-08-09 14:09:55 +00:00
|
|
|
[ext_resource path="res://login_scene/character_slots.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://login_scene/character_creation_box.tscn" type="PackedScene" id=5]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 09:07:21 +00:00
|
|
|
[sub_resource type="ViewportTexture" id=1]
|
|
|
|
|
|
|
|
resource_local_to_scene = true
|
|
|
|
flags = 0
|
|
|
|
viewport_path = NodePath("viewport")
|
|
|
|
|
2018-08-22 15:00:33 +00:00
|
|
|
[node name="character_selection_menu" type="Control" index="0"]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2018-08-09 09:07:21 +00:00
|
|
|
[node name="viewport" type="Viewport" parent="." index="0"]
|
|
|
|
|
|
|
|
arvr = false
|
|
|
|
size = Vector2( 256, 256 )
|
|
|
|
own_world = false
|
|
|
|
world = null
|
|
|
|
transparent_bg = false
|
2018-08-22 15:00:33 +00:00
|
|
|
msaa = 2
|
2018-08-09 09:07:21 +00:00
|
|
|
hdr = true
|
|
|
|
disable_3d = false
|
|
|
|
usage = 2
|
|
|
|
debug_draw = 0
|
2018-08-09 14:09:55 +00:00
|
|
|
render_target_v_flip = true
|
2018-08-09 09:07:21 +00:00
|
|
|
render_target_clear_mode = 0
|
|
|
|
render_target_update_mode = 2
|
|
|
|
audio_listener_enable_2d = false
|
|
|
|
audio_listener_enable_3d = false
|
|
|
|
physics_object_picking = false
|
|
|
|
gui_disable_input = false
|
|
|
|
gui_snap_controls_to_pixels = true
|
|
|
|
shadow_atlas_size = 0
|
|
|
|
shadow_atlas_quad_0 = 2
|
|
|
|
shadow_atlas_quad_1 = 2
|
|
|
|
shadow_atlas_quad_2 = 3
|
|
|
|
shadow_atlas_quad_3 = 4
|
2018-08-09 14:09:55 +00:00
|
|
|
_sections_unfolded = [ "Render Target", "Rendering" ]
|
2018-08-09 09:07:21 +00:00
|
|
|
|
2018-08-22 15:00:33 +00:00
|
|
|
[node name="character" parent="viewport" index="0" instance=ExtResource( 2 )]
|
2018-08-09 09:07:21 +00:00
|
|
|
|
|
|
|
[node name="texture_rect" type="TextureRect" parent="." index="1"]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-08-09 09:07:21 +00:00
|
|
|
texture = ExtResource( 3 )
|
2018-08-05 18:25:15 +00:00
|
|
|
expand = true
|
|
|
|
stretch_mode = 7
|
|
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
|
2018-08-09 09:07:21 +00:00
|
|
|
[node name="h_box_container" type="HBoxContainer" parent="." index="2"]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
2018-08-09 09:07:21 +00:00
|
|
|
size_flags_horizontal = 2
|
|
|
|
size_flags_vertical = 2
|
2018-08-05 18:25:15 +00:00
|
|
|
alignment = 0
|
2018-08-09 09:07:21 +00:00
|
|
|
_sections_unfolded = [ "Size Flags", "custom_constants" ]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
[node name="character_slots" parent="h_box_container" index="0" instance=ExtResource( 4 )]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
[node name="character_creation_box" parent="h_box_container" index="1" instance=ExtResource( 5 )]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
visible = false
|
|
|
|
margin_left = 58.0
|
2018-08-22 15:00:33 +00:00
|
|
|
margin_top = 191.0
|
|
|
|
margin_right = 600.0
|
|
|
|
margin_bottom = 409.0
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
[node name="nine_patch_rect" type="NinePatchRect" parent="h_box_container" index="2"]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
2018-08-09 09:07:21 +00:00
|
|
|
margin_left = 413.0
|
|
|
|
margin_top = 172.0
|
|
|
|
margin_right = 669.0
|
|
|
|
margin_bottom = 428.0
|
|
|
|
rect_min_size = Vector2( 256, 256 )
|
2018-08-05 18:25:15 +00:00
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
2018-08-09 09:07:21 +00:00
|
|
|
mouse_filter = 2
|
2018-08-05 18:25:15 +00:00
|
|
|
mouse_default_cursor_shape = 0
|
2018-08-09 09:07:21 +00:00
|
|
|
size_flags_horizontal = 6
|
|
|
|
size_flags_vertical = 6
|
|
|
|
texture = SubResource( 1 )
|
|
|
|
_sections_unfolded = [ "Axis Stretch", "Margin", "Rect", "Size Flags" ]
|
2018-08-05 18:25:15 +00:00
|
|
|
|
2018-08-09 14:09:55 +00:00
|
|
|
[connection signal="return_button_pressed" from="h_box_container/character_slots" to="." method="_on_character_slots_return_button_pressed"]
|
|
|
|
|
|
|
|
[connection signal="creation_button_pressed" from="h_box_container/character_creation_box" to="." method="_on_character_creation_box_creation_button_pressed"]
|
|
|
|
|
|
|
|
[connection signal="return_button_pressed" from="h_box_container/character_creation_box" to="." method="_on_character_creation_box_return_button_pressed"]
|
2018-08-08 08:46:16 +00:00
|
|
|
|
2018-08-22 15:00:33 +00:00
|
|
|
[connection signal="sex_bar_changed" from="h_box_container/character_creation_box" to="." method="_on_character_creation_box_sex_bar_changed"]
|
|
|
|
|
|
|
|
[connection signal="size_bar_changed" from="h_box_container/character_creation_box" to="." method="_on_character_creation_box_size_bar_changed"]
|
|
|
|
|
2018-08-05 18:25:15 +00:00
|
|
|
|