-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCreditsModal.tscn
More file actions
53 lines (44 loc) · 2.21 KB
/
Copy pathCreditsModal.tscn
File metadata and controls
53 lines (44 loc) · 2.21 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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://default_styleboxtexture.tres" type="StyleBox" id=1]
[ext_resource path="res://DefaultTheme.tres" type="Theme" id=2]
[ext_resource path="res://CreditsModal.gd" type="Script" id=3]
[ext_resource path="res://standardfont.tres" type="DynamicFont" id=4]
[node name="CreditsModal" type="Node2D"]
script = ExtResource( 3 )
[node name="Holder" type="Label" parent="."]
margin_left = 10.0
margin_top = 4.0
margin_right = 505.0
margin_bottom = 295.0
theme = ExtResource( 2 )
custom_styles/normal = ExtResource( 1 )
text = "Credits:
Lead Developer: Patashu
Art (Puzzles): Teal Knight
Art (Title Screen, Cutscenes, Promotional): Ranoa
Art (Post-Game Tiles): skai
Guest Level Design: Neonesque, Slabdrill, Sandra53, dead0ne, Meo, Green, Onatron, cl1694
Playtesters: VoxSomniator, knexator, zhuli, IMaginatory, my relatives and cousins, Gwendigo, LukasWho, Ben Taylor, fizzd, Leaving Leaves, Ricky Zhou, Mystic Sailboat, Peter Smith, butcherberries, nexinex, Neonesque, mathmasterzach, Alex Philips, Ranoa, dead0ne, TheAusSpideyGuy, Sean Green (Zixxy Zay), fifdspence, MisshapenSmiley, Muftwin, Robert H., Sergiu Dumitriu
Inspired by Braid and Meet me at NooN
Some music tracks are remixes; the original artists are credited when they play. The arrangements are original, so you can stream or Let's Play this game without worrying about Content ID. (not legal advice tho)"
align = 1
autowrap = true
[node name="OkButton" type="Button" parent="Holder"]
margin_left = 191.0
margin_top = 272.0
margin_right = 302.0
margin_bottom = 287.0
text = "Ok"
[node name="LinkLabel" type="RichTextLabel" parent="Holder"]
margin_left = 4.0
margin_top = 257.0
margin_right = 491.0
margin_bottom = 271.0
theme = ExtResource( 2 )
custom_colors/default_color = Color( 0.662745, 0.941176, 0.372549, 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_fonts/normal_font = ExtResource( 4 )
bbcode_enabled = true
bbcode_text = "[center][url=\"https://godotengine.org/license/\"]Made with Godot 3.53, free and open source software released under the MIT license.[/url][/center]"
text = "Made with Godot 3.53, free and open source software released under the MIT license."
[node name="Pointer" type="Sprite" parent="Holder"]