-
Notifications
You must be signed in to change notification settings - Fork 0
/
Credits.tscn
62 lines (51 loc) · 1.51 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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Credits/credits_background.png" type="Texture" id=1]
[ext_resource path="res://MainMenu/Font.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://MainMenu/Font.tres" type="DynamicFont" id=3]
[ext_resource path="res://Credits/Credits.gd" type="Script" id=4]
[sub_resource type="DynamicFont" id=1]
size = 84
font_data = ExtResource( 2 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 4 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
offset = Vector2( 960, 540 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 395.0
margin_top = -2.0
margin_right = 1888.0
margin_bottom = 1183.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="VBoxContainer"]
margin_top = 99.0
margin_right = 1493.0
margin_bottom = 1086.0
custom_fonts/font = SubResource( 1 )
text = "Credits:
Programmers:
Mateusz Grzonka, Filip szweda
Graphics designer:
Tymoteusz szweda
Music designer:
mateusz srodka
"
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
margin_left = 1334.0
margin_top = 1.0
margin_right = 1918.0
margin_bottom = 551.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="VBoxContainer2"]
margin_right = 584.0
margin_bottom = 61.0
custom_fonts/font = ExtResource( 3 )
text = "BACK TO MAIN MENU"
[connection signal="pressed" from="VBoxContainer2/Button" to="." method="_on_Button_pressed"]