This commit is contained in:
pennyrigate 2024-07-09 22:44:57 -04:00
parent f3758b26d2
commit 8b47d86acf
7 changed files with 139 additions and 45 deletions

View file

@ -9,4 +9,5 @@ func _notification(what: int) -> void:
$AnimationPlayer.playback_active = true
func _ready():
Fade.fade_in(Options.transition_speed_secs)
Audio.play_music(load("res://audio/music/rev83-wondering-now-short.ogg"))

View file

@ -45,7 +45,7 @@
[ext_resource path="res://graphics/npc/kiki_dog.png" type="Texture" id=43]
[ext_resource path="res://graphics/npc/penny.png" type="Texture" id=44]
[ext_resource path="res://graphics/npc/haze.png" type="Texture" id=45]
[ext_resource path="res://graphics/hud/thankyou.png" type="Texture" id=46]
[ext_resource path="res://graphics/hud/speech_bubble.png" type="Texture" id=46]
[ext_resource path="res://objects/enemy/boss/famira.tscn" type="PackedScene" id=47]
[ext_resource path="res://graphics/hud/team_sg_logo.png" type="Texture" id=48]
@ -609,8 +609,8 @@ script = ExtResource( 14 )
layer = -64
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer"]
margin_left = 4608.0
margin_right = 4864.0
margin_left = 4864.0
margin_right = 5120.0
margin_bottom = 192.0
color = Color( 0.0666667, 0.164706, 0.454902, 0.329412 )
@ -959,6 +959,7 @@ position = Vector2( 1024, 0 )
material = SubResource( 13 )
position = Vector2( 2880, 24 )
frames = SubResource( 21 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/Eviscerator"]
@ -1052,6 +1053,7 @@ align = 1
[node name="SabreSpighter" type="AnimatedSprite" parent="Control/RollCall2"]
position = Vector2( 2880, 62 )
frames = SubResource( 46 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall2/SabreSpighter"]
@ -1144,7 +1146,6 @@ align = 1
[node name="Squig" type="AnimatedSprite" parent="Control/RollCall3"]
position = Vector2( 200, 64 )
frames = SubResource( 65 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/Squig"]
@ -1178,6 +1179,7 @@ align = 1
material = SubResource( 66 )
position = Vector2( 68, 104 )
frames = SubResource( 70 )
frame = 1
playing = true
[node name="Label" type="Label" parent="Control/RollCall3/Turchin"]
@ -1458,10 +1460,22 @@ position = Vector2( 54, 136 )
scale = Vector2( 2, 2 )
texture = ExtResource( 42 )
[node name="Thankyou" type="Sprite" parent="Control/RollCall5"]
position = Vector2( 184, 80 )
[node name="Sprite" type="Sprite" parent="Control/RollCall5"]
position = Vector2( 176, 88 )
texture = ExtResource( 46 )
[node name="Label" type="Label" parent="Control/RollCall5"]
material = ExtResource( 4 )
margin_left = 136.0
margin_top = 64.0
margin_right = 220.0
margin_bottom = 100.0
theme = ExtResource( 6 )
text = "Thank you
for playing
our game!"
align = 1
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "credits"
playback_speed = 0.85