[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/MainMenu.cs" type="Script" id=1] [ext_resource path="res://fonts/DynamicFonts/Title.tres" type="DynamicFont" id=2] [ext_resource path="res://fonts/DynamicFonts/Regular.tres" type="DynamicFont" id=3] [node name="Root" type="Node"] [node name="Panel" type="Panel" parent="."] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 99.0 margin_top = 101.0 margin_right = -101.0 margin_bottom = -99.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 size_flags_horizontal = 1 size_flags_vertical = 1 script = ExtResource( 1 ) _sections_unfolded = [ "Margin" ] [node name="Title" type="Label" parent="Panel"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 1.0 anchor_bottom = 0.0 margin_bottom = 36.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 1 size_flags_vertical = 4 custom_fonts/font = ExtResource( 2 ) text = "Tic Tac Toe" align = 1 valign = 1 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 _sections_unfolded = [ "BBCode", "Rect", "custom_fonts" ] [node name="LaunchServer" type="Button" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -150.0 margin_top = 99.0 margin_right = -37.0 margin_bottom = 124.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 size_flags_horizontal = 1 size_flags_vertical = 1 custom_fonts/font = ExtResource( 3 ) toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null text = "Launch Server" flat = false _sections_unfolded = [ "Margin", "custom_fonts" ] [node name="LaunchClient" type="Button" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = 40.0 margin_top = 98.0 margin_right = 149.0 margin_bottom = 123.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 size_flags_horizontal = 1 size_flags_vertical = 1 custom_fonts/font = ExtResource( 3 ) toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null text = "Launch Client" flat = false _sections_unfolded = [ "Margin", "custom_fonts" ] [node name="IPLabel" type="Label" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -75.0 margin_top = -121.0 margin_right = 74.0 margin_bottom = -102.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 1 size_flags_vertical = 4 custom_fonts/font = ExtResource( 3 ) text = "IP Address" align = 1 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 _sections_unfolded = [ "Margin", "custom_fonts" ] [node name="PortLabel" type="Label" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -75.0 margin_top = -65.0 margin_right = 74.0 margin_bottom = -46.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 1 size_flags_vertical = 4 custom_fonts/font = ExtResource( 3 ) text = "Port" align = 1 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 _sections_unfolded = [ "Margin", "custom_fonts" ] [node name="IPAddress" type="LineEdit" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -84.0 margin_top = -95.0 margin_right = 83.0 margin_bottom = -71.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 size_flags_horizontal = 1 size_flags_vertical = 1 expand_to_len = false focus_mode = 2 placeholder_text = "localhost / *" placeholder_alpha = 0.6 caret_blink = false caret_blink_speed = 0.65 _sections_unfolded = [ "Placeholder" ] [node name="Port" type="LineEdit" parent="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -84.0 margin_top = -39.0 margin_right = 83.0 margin_bottom = -15.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 size_flags_horizontal = 1 size_flags_vertical = 1 expand_to_len = false focus_mode = 2 placeholder_text = "8080" placeholder_alpha = 0.6 caret_blink = false caret_blink_speed = 0.65 _sections_unfolded = [ "Placeholder" ] [connection signal="pressed" from="Panel/LaunchServer" to="Panel" method="OnLaunchServer"] [connection signal="pressed" from="Panel/LaunchClient" to="Panel" method="OnLaunchClient"]