4
0
Fork 0
WolfBox/main.tscn

30 lines
853 B
Plaintext
Raw Normal View History

2025-06-21 14:36:09 +01:00
[gd_scene load_steps=2 format=3 uid="uid://vnxt4tuhbwxm"]
2025-05-31 22:21:22 +01:00
[ext_resource type="Script" path="res://main.gd" id="1_ig7tw"]
[node name="Main" 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_ig7tw")
[node name="LaunchButtonContainer" type="HBoxContainer" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="HostButton" type="Button" parent="LaunchButtonContainer"]
layout_mode = 2
text = "Host"
[node name="ClientButton" type="Button" parent="LaunchButtonContainer"]
layout_mode = 2
text = "Client
"
[connection signal="pressed" from="LaunchButtonContainer/HostButton" to="." method="launch" binds= [false]]
[connection signal="pressed" from="LaunchButtonContainer/ClientButton" to="." method="launch" binds= [true]]