added fami to ending

This commit is contained in:
pennyrigate 2023-12-30 23:36:34 -05:00
parent 0bb079da80
commit 9ac34f4221
4 changed files with 129 additions and 18 deletions

View file

@ -176,6 +176,15 @@ material = SubResource( 11 )
position = Vector2( 128, 96 )
texture = ExtResource( 7 )
[node name="Label2" type="Label" parent="Logo"]
material = ExtResource( 4 )
margin_left = 48.0
margin_top = 21.0
margin_right = 88.0
margin_bottom = 35.0
theme = ExtResource( 3 )
text = "DEMO"
[node name="Label" type="Label" parent="."]
material = ExtResource( 4 )
margin_top = 136.0
@ -198,13 +207,4 @@ anims/blink = SubResource( 6 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 14 )
[node name="Label2" type="Label" parent="."]
material = ExtResource( 4 )
margin_left = 176.0
margin_top = 117.0
margin_right = 216.0
margin_bottom = 131.0
theme = ExtResource( 3 )
text = "DEMO"
[connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]