-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcredits.tscn
More file actions
87 lines (75 loc) · 3.69 KB
/
credits.tscn
File metadata and controls
87 lines (75 loc) · 3.69 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
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
[gd_scene load_steps=11 format=4 uid="uid://crf36lax3jemg"]
[ext_resource type="Script" uid="uid://d4jlwokrf54d7" path="res://credits.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://b81ijn2b48oth" path="res://credits.png" id="2"]
[ext_resource type="AudioStream" uid="uid://g6mkejhefg1f" path="res://credits.wav" id="3"]
[ext_resource type="FontFile" uid="uid://cvvi6o8v4r7dh" path="res://ariblk.ttf" id="4"]
[ext_resource type="AudioStream" uid="uid://daax0sm4wiefg" path="res://uihover.wav" id="5"]
[ext_resource type="AudioStream" uid="uid://dh6pm2jo1420s" path="res://uipress.wav" id="6"]
[ext_resource type="AudioStream" uid="uid://chbwgwjhw1tmf" path="res://uirelease.wav" id="7"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_mae5d"]
[sub_resource type="Theme" id="Theme_lnt0k"]
default_font = ExtResource("4")
Button/colors/font_color = Color(0, 0, 0, 1)
Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
Button/colors/font_focus_color = Color(0, 0, 0, 1)
Button/colors/font_hover_color = Color(0, 0.545924, 0.934453, 1)
Button/colors/font_hover_pressed_color = Color(0.0536234, 0, 0.872918, 1)
Button/colors/font_outline_color = Color(0, 0, 0, 1)
Button/colors/font_pressed_color = Color(0.160392, 0.185003, 1, 1)
Button/font_sizes/font_size = 12
Button/fonts/font = ExtResource("4")
Panel/styles/panel = SubResource("StyleBoxEmpty_mae5d")
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_604bw"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1")
[node name="Credits" type="Sprite2D" parent="."]
position = Vector2(320, 240)
texture = ExtResource("2")
[node name="Credits2" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3")
volume_db = -16.0
autoplay = true
bus = &"Music"
[node name="return" type="Button" parent="Credits2"]
offset_left = 16.0
offset_top = 448.0
offset_right = 147.0
offset_bottom = 466.0
scale = Vector2(1.20892, 1.20892)
theme = SubResource("Theme_lnt0k")
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_colors/font_focus_color = Color(1, 1, 1, 1)
theme_override_constants/outline_size = 2
theme_override_fonts/font = ExtResource("4")
theme_override_font_sizes/font_size = 12
theme_override_styles/focus = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/hover_pressed = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/hover_mirrored = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/hover = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/pressed_mirrored = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_604bw")
theme_override_styles/normal = SubResource("StyleBoxEmpty_604bw")
text = "Back to Trophy Room"
alignment = 0
metadata/_edit_use_anchors_ = true
[node name="Uihover" type="AudioStreamPlayer" parent="."]
stream = ExtResource("5")
volume_db = -10.0
mix_target = 2
max_polyphony = 6
[node name="Uipress" type="AudioStreamPlayer" parent="."]
stream = ExtResource("6")
volume_db = -10.0
mix_target = 2
[node name="Uirelease" type="AudioStreamPlayer" parent="."]
stream = ExtResource("7")
volume_db = -10.0
mix_target = 2
[connection signal="button_down" from="Credits2/return" to="." method="_on_return_button_down"]
[connection signal="button_up" from="Credits2/return" to="." method="_on_return_button_up"]
[connection signal="mouse_entered" from="Credits2/return" to="." method="_on_return_mouse_entered"]