Final jam version submisson: added placeholder sounds, fixed character
flashing on game restart.
This commit is contained in:
parent
8679e817ee
commit
df13ee42d8
36 changed files with 400 additions and 58 deletions
|
|
@ -12,7 +12,9 @@
|
|||
[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"]
|
||||
[ext_resource type="PackedScene" uid="uid://drf1k1iulvy6f" path="res://scenes/wave.tscn" id="11_ya4ey"]
|
||||
[ext_resource type="AudioStream" uid="uid://c4rr5yd22wmof" path="res://sounds/Ambient 1.0.wav" id="12_trceg"]
|
||||
[ext_resource type="AudioStream" uid="uid://i61hg7wispq6" path="res://sounds/Ambient 2.0.wav" id="12_trceg"]
|
||||
[ext_resource type="AudioStream" uid="uid://mjhprrmwn7qk" path="res://sounds/radio_tune.wav" id="14_a8y0u"]
|
||||
[ext_resource type="AudioStream" uid="uid://btna02f5ajd7y" path="res://sounds/ambient_hiss.wav" id="15_jkv2x"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_1bvp3"]
|
||||
length = 0.001
|
||||
|
|
@ -135,13 +137,24 @@ 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
|
||||
volume_db = 0.5
|
||||
|
||||
[node name="LevelAudio" type="AudioStreamPlayer2D" parent="." unique_id=2125260365]
|
||||
stream = ExtResource("12_trceg")
|
||||
volume_db = -20.0
|
||||
pitch_scale = 0.8
|
||||
|
||||
[node name="Wave" parent="." unique_id=2117861058 instance=ExtResource("11_ya4ey")]
|
||||
|
||||
[node name="SFX" type="Node2D" parent="." unique_id=2059049976]
|
||||
|
||||
[node name="Tuner" type="AudioStreamPlayer2D" parent="SFX" unique_id=751830572]
|
||||
stream = ExtResource("14_a8y0u")
|
||||
volume_db = -27.781
|
||||
pitch_scale = 0.8
|
||||
max_polyphony = 2
|
||||
|
||||
[node name="AmbientHiss" type="AudioStreamPlayer2D" parent="SFX" unique_id=2084228487]
|
||||
stream = ExtResource("15_jkv2x")
|
||||
volume_db = -17.0
|
||||
pitch_scale = 0.71
|
||||
|
||||
[connection signal="pressed" from="CanvasLayer/CenterContainer/Start" to="." method="_on_start_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue