project_teddy/scenes/hostmenu.tscn
2023-02-09 13:10:25 -07:00

106 lines
2.5 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://cv5bctupikqe7"]
[ext_resource type="Script" path="res://scripts/host.gd" id="1_r5rkm"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8vwth"]
bg_color = Color(0.2, 0.2, 0.2, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xhmtq"]
[node name="hostmenu" 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_r5rkm")
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -272.0
offset_top = -156.0
offset_right = 268.0
offset_bottom = 134.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_8vwth")
[node name="close" type="Button" parent="."]
offset_left = 311.0
offset_top = 174.0
offset_right = 342.0
offset_bottom = 205.0
text = "X"
[node name="Panel2" type="Panel" parent="."]
layout_mode = 0
offset_left = 386.0
offset_top = 217.0
offset_right = 586.0
offset_bottom = 417.0
theme_override_styles/panel = SubResource("StyleBoxFlat_xhmtq")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 426.0
offset_top = 303.0
offset_right = 542.0
offset_bottom = 329.0
text = "IMAGE OF MAP"
[node name="mapLabel" type="Label" parent="."]
layout_mode = 0
offset_left = 658.0
offset_top = 218.0
offset_right = 782.0
offset_bottom = 244.0
text = "MAP SELECTION"
[node name="playground" type="Button" parent="."]
layout_mode = 0
offset_left = 646.0
offset_top = 248.0
offset_right = 797.0
offset_bottom = 283.0
text = "Playground"
[node name="portBox" type="LineEdit" parent="."]
layout_mode = 0
offset_left = 648.0
offset_top = 411.0
offset_right = 715.062
offset_bottom = 442.0
placeholder_text = "Port"
[node name="startButton" type="Button" parent="."]
layout_mode = 0
offset_left = 735.0
offset_top = 410.0
offset_right = 817.0
offset_bottom = 442.0
text = "START"
[node name="lowerMapLabel" type="Label" parent="."]
layout_mode = 0
offset_left = 386.0
offset_top = 425.0
offset_right = 426.0
offset_bottom = 448.0
text = "Map: "
[node name="mapSelected" type="Label" parent="."]
layout_mode = 0
offset_left = 433.0
offset_top = 425.0
offset_right = 473.0
offset_bottom = 448.0
[connection signal="pressed" from="close" to="." method="_on_close_pressed"]
[connection signal="pressed" from="playground" to="." method="_on_playground_pressed"]
[connection signal="pressed" from="startButton" to="." method="_on_start_button_pressed"]