-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.tscn
51 lines (41 loc) · 1.36 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
[gd_scene load_steps=2 format=1]
[ext_resource path="res://credits.gd" type="Script" id=1]
[node name="Panel" type="Panel"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 480.0
margin/bottom = 720.0
script/script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 25.0
margin/top = 147.0
margin/right = 305.0
margin/bottom = 399.0
text = "Everything you see here was made by me, xn--cr8h. Even the stunningly beautiful graphics, though hard to believe, were made by myself. I spent hours perfecting each pixel, trying each colour to see which ones worked best together. As you can see, it paid off - my art will probably be displayed in a museum in a couple years' time.
Thanks to Mike McMillan for the online WordArt generator (https://makewordart.com/)"
autowrap = true
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 25.0
margin/top = 384.0
margin/right = 67.0
margin/bottom = 404.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
text = "Back"
flat = false