forked from devinapgames/FutureBall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGodotCredits.tscn
99 lines (83 loc) · 3.07 KB
/
GodotCredits.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[gd_scene load_steps=10 format=2]
[ext_resource path="res://GodotCredits.gd" type="Script" id=1]
[ext_resource path="res://Resources/logo.png" type="Texture" id=2]
[ext_resource path="res://Backgrounds/josef-barton-sp-ng.jpg" type="Texture" id=3]
[ext_resource path="res://sounds/music/Diossel-Sunflower-Liquid.ogg" type="AudioStream" id=4]
[ext_resource path="res://Fonts/Futured/Futured.TTF" type="DynamicFontData" id=5]
[ext_resource path="res://buttons/BackGreen.png" type="Texture" id=6]
[ext_resource path="res://buttons/BackRed.png" type="Texture" id=7]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 5 )
[sub_resource type="GradientTexture" id=2]
[node name="GodotCredits" type="Node2D"]
script = ExtResource( 1 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="."]
layer = -1
[node name="ColorRect" type="ColorRect" parent="ParallaxBackground"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 7.62939e-06
margin_right = 479.0
margin_bottom = 360.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground"]
[node name="tall-buildings-cityscape-art" type="Sprite" parent="ParallaxBackground/ParallaxLayer"]
self_modulate = Color( 0.627451, 0.627451, 0.627451, 0.376471 )
position = Vector2( 176.319, -131.204 )
scale = Vector2( 0.791735, 0.791735 )
texture = ExtResource( 3 )
[node name="CreditsContainer" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = 397.0
margin_bottom = 230.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Line" type="Label" parent="CreditsContainer"]
anchor_right = 1.0
margin_top = 1080.0
margin_bottom = 1094.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
text = "Credits line"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="logo" type="Sprite" parent="."]
modulate = Color( 0.831373, 0.823529, 0.823529, 0.34902 )
self_modulate = Color( 1, 0.952941, 0.952941, 0.882353 )
position = Vector2( 53.3194, 89.8221 )
scale = Vector2( 0.937749, 0.937749 )
texture = ExtResource( 2 )
normal_map = SubResource( 2 )
centered = false
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
autoplay = true
bus = "Music"
[node name="MarginContainer" type="MarginContainer" parent="."]
margin_left = 336.019
margin_top = 200.101
margin_right = 668.019
margin_bottom = 322.101
rect_scale = Vector2( 0.179427, 0.179427 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_right = 332.0
margin_bottom = 122.0
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
margin_right = 332.0
margin_bottom = 122.0
[node name="TextureButton" type="TextureButton" parent="MarginContainer/VBoxContainer/VBoxContainer"]
margin_right = 332.0
margin_bottom = 122.0
texture_normal = ExtResource( 7 )
texture_hover = ExtResource( 6 )
[connection signal="pressed" from="MarginContainer/VBoxContainer/VBoxContainer/TextureButton" to="." method="_on_TextureButton_pressed"]