-
Notifications
You must be signed in to change notification settings - Fork 1
/
StartScene.tscn
86 lines (75 loc) · 1.92 KB
/
StartScene.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://StartScene.png" type="Texture" id=1]
[ext_resource path="res://Stark.otf" type="DynamicFontData" id=2]
[ext_resource path="res://StartScene.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=1]
size = 27
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 30
font_data = ExtResource( 2 )
[node name="StartScene" type="Node2D"]
script = ExtResource( 3 )
[node name="StartScene" type="Sprite" parent="."]
position = Vector2( 640, 360 )
texture = ExtResource( 1 )
[node name="TeamANameInput" type="TextEdit" parent="."]
margin_left = 486.352
margin_top = 442.141
margin_right = 730.352
margin_bottom = 482.141
custom_fonts/font = SubResource( 1 )
text = " "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TeamBNameInput" type="TextEdit" parent="."]
margin_left = 486.344
margin_top = 266.0
margin_right = 730.344
margin_bottom = 306.0
custom_fonts/font = SubResource( 1 )
text = " "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapInput" type="TextEdit" parent="."]
margin_left = 958.693
margin_top = 267.0
margin_right = 1202.69
margin_bottom = 307.0
custom_fonts/font = SubResource( 1 )
text = " "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TeamBNameLabel" type="Label" parent="."]
margin_left = 486.344
margin_top = 228.0
margin_right = 730.344
margin_bottom = 267.0
custom_fonts/font = SubResource( 2 )
text = "Team Name"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapsLabel" type="Label" parent="."]
margin_left = 958.693
margin_top = 228.0
margin_right = 1202.69
margin_bottom = 267.0
custom_fonts/font = SubResource( 2 )
text = "Map"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TeamANameLabel" type="Label" parent="."]
margin_left = 486.344
margin_top = 403.141
margin_right = 730.344
margin_bottom = 442.141
custom_fonts/font = SubResource( 2 )
text = "Team Name"
__meta__ = {
"_edit_use_anchors_": false
}