-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathround_config_ui.tscn
More file actions
69 lines (59 loc) · 1.63 KB
/
Copy pathround_config_ui.tscn
File metadata and controls
69 lines (59 loc) · 1.63 KB
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
[gd_scene load_steps=4 format=3 uid="uid://bn3oagtuh5wmd"]
[ext_resource type="Script" path="res://start_button.gd" id="1_a1pqa"]
[sub_resource type="Theme" id="Theme_sc1mv"]
[sub_resource type="Theme" id="Theme_4dijn"]
LineEdit/constants/minimum_character_width = 4
LineEdit/font_sizes/font_size = 50
[node name="RoundConfigUI" type="Node2D"]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
follow_viewport_enabled = true
[node name="Camera2D" type="Camera2D" parent="."]
[node name="Label" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -108.0
offset_top = -235.0
offset_right = 110.0
offset_bottom = -152.0
grow_horizontal = 2
grow_vertical = 2
theme = SubResource("Theme_sc1mv")
theme_override_font_sizes/font_size = 60
text = "Rounds:"
[node name="StartButton" type="Button" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -175.0
offset_top = 40.0
offset_right = 175.0
offset_bottom = 138.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 65
text = "Start"
script = ExtResource("1_a1pqa")
[node name="RoundCounter" type="SpinBox" parent="."]
unique_name_in_owner = true
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -104.0
offset_top = -85.0
offset_right = 104.0
offset_bottom = -8.0
grow_horizontal = 2
grow_vertical = 2
theme = SubResource("Theme_4dijn")
min_value = 1.0
value = 1.0
rounded = true
alignment = 1
[connection signal="pressed" from="StartButton" to="StartButton" method="_on_pressed"]