-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCredits.tscn
77 lines (70 loc) · 1.74 KB
/
Credits.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
[gd_scene load_steps=2 format=3 uid="uid://dnny5rrf27046"]
[ext_resource type="Script" path="res://Credits.gd" id="1_5ptbw"]
[node name="menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5ptbw")
[node name="blackbg" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="skibid" type="Label" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -152.0
offset_top = -96.0
offset_right = 152.0
offset_bottom = -6.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 20
text = "Game made by sebashtioon using the Godot web editor."
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
[node name="go button" type="Button" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -98.0
offset_top = 18.5
offset_right = 98.0
offset_bottom = 87.5
grow_horizontal = 2
grow_vertical = 2
focus_mode = 0
theme_override_font_sizes/font_size = 30
text = "< Go back"
[node name="LinkButton" type="LinkButton" parent="."]
self_modulate = Color(0, 0.788235, 1, 1)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -58.5
offset_top = -15.0
offset_right = 58.5
offset_bottom = 25.0
grow_horizontal = 2
grow_vertical = 2
text = "Visit his Github"
underline = 1
uri = "https://github.com/sebashtioon"
[connection signal="pressed" from="go button" to="." method="_on_go_button_pressed"]