-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_gui.tscn
83 lines (70 loc) · 2.2 KB
/
main_gui.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
[gd_scene load_steps=5 format=3 uid="uid://uwsgp5oac0ks"]
[ext_resource type="Script" path="res://LoadingButton.gd" id="1_4qkqc"]
[sub_resource type="Gradient" id="Gradient_p5a1l"]
offsets = PackedFloat32Array(0.155844, 0.448052, 1)
colors = PackedColorArray(0.260017, 0.479397, 1, 1, 0.311247, 0.515439, 1, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_tslbg"]
gradient = SubResource("Gradient_p5a1l")
fill_from = Vector2(1, 1)
fill_to = Vector2(0, 0)
[sub_resource type="LabelSettings" id="LabelSettings_nw2wv"]
font_size = 58
font_color = Color(0, 0, 0, 1)
outline_size = 5
[node name="main_gui" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background" type="PanelContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background" type="TextureRect" parent="Background"]
layout_mode = 2
texture = SubResource("GradientTexture2D_tslbg")
[node name="Title Text" type="Label" parent="."]
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 79.0
grow_horizontal = 2
size_flags_vertical = 1
text = "stress killer lol"
label_settings = SubResource("LabelSettings_nw2wv")
horizontal_alignment = 1
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_top = 0.131
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 0.111992
grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="Zen Fishing" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Zen Fishing"
script = ExtResource("1_4qkqc")
sceneToLoad = "node_2d.tscn"
[node name="Newtons Cradle" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Newtons Cradle"
script = ExtResource("1_4qkqc")
sceneToLoad = "newtonscradele.tscn"
[node name="Calming Pet Sim" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Calming Ball Game"
script = ExtResource("1_4qkqc")
sceneToLoad = "ballgame.tscn"
[node name="Funny Dragging" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Funny Dragging"
script = ExtResource("1_4qkqc")
sceneToLoad = "dragging_project.tscn"