Completely redesigned the parallax scrolling with clouds; added Maggie's

welcome sound on new game.
This commit is contained in:
Henry 2026-02-12 23:10:13 +00:00
parent c5a25cb33a
commit fd607018a3
11 changed files with 227 additions and 53 deletions

View file

@ -9,6 +9,7 @@
[ext_resource type="Texture2D" uid="uid://0mcbtnidp5kn" path="res://sprites/third space title.png" id="5_tipki"]
[ext_resource type="Texture2D" uid="uid://bubqwoum50gf8" path="res://_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" id="6_7mycd"]
[ext_resource type="PackedScene" uid="uid://cd1kwb8klcsb5" path="res://scenes/goose.tscn" id="9_85g3d"]
[ext_resource type="AudioStream" uid="uid://c3e8sdfqcikp6" path="res://sounds/welcome.wav" id="10_choun"]
[sub_resource type="Animation" id="Animation_1bvp3"]
length = 0.001
@ -99,6 +100,7 @@ layout_mode = 2
texture = ExtResource("6_7mycd")
[node name="background" type="Sprite2D" parent="." unique_id=1790434669]
visible = false
z_index = -4
texture_repeat = 2
material = SubResource("ShaderMaterial_5vw27")
@ -112,4 +114,9 @@ visible = false
z_index = 2
position = Vector2(301, 272)
[node name="Welcome" type="AudioStreamPlayer2D" parent="." unique_id=1716491479]
position = Vector2(118, 162)
stream = ExtResource("10_choun")
volume_db = -0.5
[connection signal="pressed" from="CanvasLayer/CenterContainer/Start" to="." method="_on_start_pressed"]