132 lines
2.9 KiB
Text
132 lines
2.9 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://scenes/levels/credits/credits.gd" type="Script" id=1]
|
|
[ext_resource path="res://common/fonts/ComicNeue-Bold.ttf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://common/fonts/ComicNeue-Regular.ttf" type="DynamicFontData" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 48
|
|
font_data = ExtResource( 2 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 48
|
|
font_data = ExtResource( 3 )
|
|
|
|
[sub_resource type="Animation" id=3]
|
|
resource_name = "scroll"
|
|
length = 60.0
|
|
tracks/0/type = "value"
|
|
tracks/0/path = NodePath("RichTextLabel:rect_position")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = {
|
|
"times": PoolRealArray( 0, 60 ),
|
|
"transitions": PoolRealArray( 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Vector2( 0, 1080 ), Vector2( 0, -2350 ) ]
|
|
}
|
|
|
|
[node name="Credits" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
hud_visible = false
|
|
clear_color = Color( 0, 0, 0, 1 )
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer"]
|
|
margin_top = 1080.0
|
|
margin_right = 1925.0
|
|
margin_bottom = 3430.0
|
|
custom_fonts/bold_font = SubResource( 1 )
|
|
custom_fonts/normal_font = SubResource( 2 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center][b]Thank you for playing![/b]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[b]Development[/b]
|
|
Fusselkater
|
|
|
|
|
|
[b]Testing[/b]
|
|
xtristrix
|
|
oile
|
|
|
|
|
|
[b]Assets[/b]
|
|
World Assets: kenney (kenney.nl)
|
|
Flopsy & Flake: pzUH (opengameart.org)
|
|
Monster 01: bevouliin.com (opengameart.org)
|
|
14-segment-fonts: keshikan (keshikan.net)
|
|
Intro Background: Westbeam (opengameart.org)
|
|
Level 2 Background: scorcher24 (opengameart.org)
|
|
|
|
|
|
[b]Soundeffects[/b]
|
|
Soundpack 02: crazyduckgames (opengameart.org)
|
|
Soundpack 04: crazyduckgames (opengameart.org)
|
|
kenney (kenney.nl)
|
|
|
|
|
|
[b]Music[/b]
|
|
Intro: yd (opengameart.org)
|
|
Level 1: remaxim (opengameart.org)
|
|
Interlude 1: peastman (opengameart.org)
|
|
Level 2: Augmentality (Brandon Morris) (opengameart.org)
|
|
Interlude 2: RandomMind (opengameart.org)
|
|
|
|
|
|
|
|
[b]See you later[/b]"
|
|
text = "Thank you for playing!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Development
|
|
Fusselkater
|
|
|
|
|
|
Testing
|
|
xtristrix
|
|
oile
|
|
|
|
|
|
Assets
|
|
World Assets: kenney (kenney.nl)
|
|
Flopsy & Flake: pzUH (opengameart.org)
|
|
Monster 01: bevouliin.com (opengameart.org)
|
|
14-segment-fonts: keshikan (keshikan.net)
|
|
Intro Background: Westbeam (opengameart.org)
|
|
Level 2 Background: scorcher24 (opengameart.org)
|
|
|
|
|
|
Soundeffects
|
|
Soundpack 02: crazyduckgames (opengameart.org)
|
|
Soundpack 04: crazyduckgames (opengameart.org)
|
|
kenney (kenney.nl)
|
|
|
|
|
|
Music
|
|
Intro: yd (opengameart.org)
|
|
Level 1: remaxim (opengameart.org)
|
|
Interlude 1: peastman (opengameart.org)
|
|
Level 2: Augmentality (Brandon Morris) (opengameart.org)
|
|
Interlude 2: RandomMind (opengameart.org)
|
|
|
|
|
|
|
|
See you later"
|
|
scroll_active = false
|
|
|
|
[node name="CreditsScroller" type="AnimationPlayer" parent="CanvasLayer"]
|
|
anims/scroll = SubResource( 3 )
|
|
|
|
[connection signal="animation_finished" from="CanvasLayer/CreditsScroller" to="." method="_on_CreditsScroller_finished"]
|