penny and haze title screen

This commit is contained in:
pennyrigate 2023-12-31 00:22:56 -05:00 committed by Haze Weathers
parent 983245368d
commit 460e783c99
6 changed files with 41 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=22 format=2]
[gd_scene load_steps=21 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://ui/theme.tres" type="Theme" id=3]
@ -12,7 +12,6 @@
[ext_resource path="res://shaders/color_noise.gdshader" type="Shader" id=11]
[ext_resource path="res://graphics/backgrounds/moon.png" type="Texture" id=12]
[ext_resource path="res://graphics/hud/title_credits.png" type="Texture" id=13]
[ext_resource path="res://audio/sounds/revolution2083.ogg" type="AudioStream" id=14]
[sub_resource type="ShaderMaterial" id=7]
shader = ExtResource( 8 )
@ -196,6 +195,6 @@ anims/activate = SubResource( 10 )
anims/blink = SubResource( 6 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 14 )
volume_db = -7.866
[connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]