Converted .wav files to .mp3 for greater mobile compatability. Disabled

all inputs upon game over.
This commit is contained in:
Henry 2026-03-11 11:28:16 +00:00
parent a1838c3648
commit c378433086
40 changed files with 322 additions and 26 deletions

View file

@ -4,9 +4,9 @@
[ext_resource type="Texture2D" uid="uid://b5pswf7r8b7j4" path="res://sprites/crt.png" id="2_emiuq"]
[ext_resource type="Texture2D" uid="uid://cy4jggxmnohbb" path="res://sprites/chicken.png" id="2_ugdur"]
[ext_resource type="Texture2D" uid="uid://bm7fgqwqfqmf4" path="res://sprites/explosion_pallete-swap.png" id="3_emiuq"]
[ext_resource type="AudioStream" uid="uid://cbi5q575w1g1n" path="res://sounds/CRT_IMPACT.wav" id="6_gas3w"]
[ext_resource type="AudioStream" uid="uid://drnkea24pvbar" path="res://sounds/crt_block.wav" id="6_r7ajx"]
[ext_resource type="AudioStream" uid="uid://c7q8cq4h58pfo" path="res://sounds/pew.wav" id="7_r7ajx"]
[ext_resource type="AudioStream" uid="uid://cq7lebefb2e05" path="res://sounds/web_ready/CRT_IMPACT.mp3" id="5_r7ajx"]
[ext_resource type="AudioStream" uid="uid://4sx6ofrtqqc4" path="res://sounds/web_ready/crt_block.mp3" id="6_cb474"]
[ext_resource type="AudioStream" uid="uid://bo88av3ourdju" path="res://sounds/web_ready/pew.mp3" id="7_cuvsu"]
[sub_resource type="Shader" id="Shader_emiuq"]
code = "shader_type canvas_item;
@ -255,15 +255,15 @@ one_shot = true
libraries/ = SubResource("AnimationLibrary_7ellt")
[node name="ImpactCRT" type="AudioStreamPlayer2D" parent="." unique_id=518408763]
stream = ExtResource("6_gas3w")
stream = ExtResource("5_r7ajx")
volume_db = -16.028
[node name="BlockCRT" type="AudioStreamPlayer2D" parent="." unique_id=2105873606]
stream = ExtResource("6_r7ajx")
stream = ExtResource("6_cb474")
volume_db = -1.424
[node name="Pew" type="AudioStreamPlayer2D" parent="." unique_id=1064680598]
stream = ExtResource("7_r7ajx")
stream = ExtResource("7_cuvsu")
volume_db = -20.82
pitch_scale = 0.95
max_polyphony = 2