-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
116 lines (103 loc) · 2.31 KB
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Main.gd" type="Script" id=5]
[node name="Main" type="Control"]
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
margin_right = 599.0
margin_bottom = 603.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoPedra1" type="Button" parent="."]
margin_left = 29.6588
margin_top = 166.568
margin_right = 165.659
margin_bottom = 229.568
text = "Pedra"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoPapel1" type="Button" parent="."]
margin_left = 240.932
margin_top = 166.955
margin_right = 366.932
margin_bottom = 229.955
text = "Papel"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoTesoura1" type="Button" parent="."]
margin_left = 426.659
margin_top = 166.0
margin_right = 569.659
margin_bottom = 229.0
text = "Tesoura"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoPedra2" type="Button" parent="."]
margin_left = 25.6588
margin_top = 308.568
margin_right = 161.659
margin_bottom = 371.568
text = "Pedra"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoPapel2" type="Button" parent="."]
margin_left = 236.932
margin_top = 308.955
margin_right = 362.932
margin_bottom = 371.955
text = "Papel"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BotaoTesoura2" type="Button" parent="."]
margin_left = 422.659
margin_top = 308.0
margin_right = 565.659
margin_bottom = 371.0
text = "Tesoura"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LabelEscolha" type="Label" parent="."]
margin_left = 45.5717
margin_top = 51.3674
margin_right = 123.572
margin_bottom = 65.3674
text = "Escolha uma opção para o Jogador 1 e para o Jogador 2:"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LabelJogador1" type="Label" parent="."]
margin_left = 39.0
margin_top = 129.0
margin_right = 101.0
margin_bottom = 143.0
text = "Jogador 1: "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LabelJogador2" type="Label" parent="."]
margin_left = 37.0
margin_top = 274.0
margin_right = 99.0
margin_bottom = 288.0
text = "Jogador 2: "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LabelVencedor" type="Label" parent="."]
margin_left = 41.0
margin_top = 451.0
margin_right = 105.0
margin_bottom = 465.0
text = "Vencedor:"
__meta__ = {
"_edit_use_anchors_": false
}