Converted .wav files to .mp3 for greater mobile compatability. Disabled
all inputs upon game over.
This commit is contained in:
parent
a1838c3648
commit
c378433086
40 changed files with 322 additions and 26 deletions
|
|
@ -11,12 +11,12 @@
|
|||
[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="Shader" uid="uid://blxo4qgrkjiup" path="res://shaders/flash.gdshader" id="8_eb6dy"]
|
||||
[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="Texture2D" uid="uid://bkvmydfn5saxg" path="res://addons/virtual_joystick/textures/joystick_tip.png" id="10_muem4"]
|
||||
[ext_resource type="PackedScene" uid="uid://drf1k1iulvy6f" path="res://scenes/wave.tscn" id="11_ya4ey"]
|
||||
[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"]
|
||||
[ext_resource type="AudioStream" uid="uid://ia32cbqcvanp" path="res://sounds/web_ready/welcome.mp3" id="13_muem4"]
|
||||
[ext_resource type="AudioStream" uid="uid://drm2pdos48jc3" path="res://sounds/web_ready/Ambient 2.0.mp3" id="14_muem4"]
|
||||
[ext_resource type="AudioStream" uid="uid://t1wms0jp1tjg" path="res://sounds/web_ready/radio_tune.mp3" id="16_dp3eg"]
|
||||
[ext_resource type="AudioStream" uid="uid://d1m7fyfktoa5o" path="res://sounds/web_ready/ambient_hiss.mp3" id="17_0ld40"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_1bvp3"]
|
||||
length = 0.001
|
||||
|
|
@ -170,24 +170,24 @@ position = Vector2(301, 272)
|
|||
|
||||
[node name="Welcome" type="AudioStreamPlayer2D" parent="." unique_id=1716491479]
|
||||
position = Vector2(118, 162)
|
||||
stream = ExtResource("10_choun")
|
||||
stream = ExtResource("13_muem4")
|
||||
volume_db = 0.5
|
||||
|
||||
[node name="LevelAudio" type="AudioStreamPlayer2D" parent="." unique_id=2125260365]
|
||||
stream = ExtResource("12_trceg")
|
||||
stream = ExtResource("14_muem4")
|
||||
|
||||
[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")
|
||||
stream = ExtResource("16_dp3eg")
|
||||
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")
|
||||
stream = ExtResource("17_0ld40")
|
||||
volume_db = -17.0
|
||||
pitch_scale = 0.71
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue