-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmitScore.tscn
43 lines (35 loc) · 1.07 KB
/
SubmitScore.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://SubmitScore.gd" type="Script" id=1]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 60.0
margin_top = 60.0
margin_right = -60.0
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
margin_right = 200.0
margin_bottom = 24.0
mouse_filter = 1
[node name="Label" type="LineEdit" parent="VBoxContainer/MarginContainer"]
margin_right = 200.0
margin_bottom = 24.0
align = 1
placeholder_text = "Enter your name..."
placeholder_alpha = 0.5
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
margin_top = 28.0
margin_right = 200.0
margin_bottom = 48.0
[node name="Button" type="Button" parent="VBoxContainer/MarginContainer2"]
margin_right = 200.0
margin_bottom = 20.0
text = "Create"