This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
magician/screens/test.tscn
T

61 lines
1.5 KiB
Plaintext
Raw Normal View History

2025-06-28 15:19:04 +02:00
[gd_scene load_steps=2 format=3 uid="uid://ulnxbtq8mny1"]
[ext_resource type="Script" uid="uid://ck2vokm0mc23h" path="res://screens/test.gd" id="1_gb08i"]
[node name="Test" 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_gb08i")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 610.0
offset_top = 190.0
offset_right = 650.0
offset_bottom = 213.0
text = "Test"
[node name="Label2" type="Label" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 0.132
anchor_bottom = 0.28
offset_left = 475.0
offset_top = 460.0
offset_right = 261.56
offset_bottom = 180.6
text = "feedback"
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 0
offset_left = 139.0
offset_top = 207.0
offset_right = 440.0
offset_bottom = 271.0
[node name="ClientButton" type="Button" parent="HBoxContainer"]
layout_mode = 2
text = "be client"
[node name="ServerButton" type="Button" parent="HBoxContainer"]
layout_mode = 2
text = "make server"
[node name="Label3" type="Label" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 0.132
anchor_bottom = 0.28
offset_left = 456.0
offset_top = 510.0
offset_right = 273.56
offset_bottom = 230.6
text = "feedback"
[connection signal="pressed" from="HBoxContainer/ClientButton" to="." method="_on_client_button_pressed"]
[connection signal="pressed" from="HBoxContainer/ServerButton" to="." method="_on_server_button_pressed"]