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
|
|
@ -3,8 +3,8 @@
|
|||
[ext_resource type="Script" uid="uid://i0r17jo6838m" path="res://scenes/enemy_chicken.gd" id="1_s7c3p"]
|
||||
[ext_resource type="Texture2D" uid="uid://cy4jggxmnohbb" path="res://sprites/chicken.png" id="2_h1rgn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bm7fgqwqfqmf4" path="res://sprites/explosion_pallete-swap.png" id="3_s7c3p"]
|
||||
[ext_resource type="AudioStream" uid="uid://bwdkcyrjnxfhu" path="res://sounds/chicken_thunk.wav" id="4_7ellt"]
|
||||
[ext_resource type="AudioStream" uid="uid://c7q8cq4h58pfo" path="res://sounds/pew.wav" id="5_od8vd"]
|
||||
[ext_resource type="AudioStream" uid="uid://by8o1dkunerkg" path="res://sounds/web_ready/chicken_thunk.mp3" id="4_od8vd"]
|
||||
[ext_resource type="AudioStream" uid="uid://bo88av3ourdju" path="res://sounds/web_ready/pew.mp3" id="5_x465u"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4gyqm"]
|
||||
size = Vector2(28.57145, 28.571442)
|
||||
|
|
@ -222,11 +222,11 @@ libraries/ = SubResource("AnimationLibrary_7ellt")
|
|||
autoplay = &"flap"
|
||||
|
||||
[node name="ChickenHit" type="AudioStreamPlayer2D" parent="." unique_id=484642092]
|
||||
stream = ExtResource("4_7ellt")
|
||||
stream = ExtResource("4_od8vd")
|
||||
volume_db = -9.26
|
||||
|
||||
[node name="Pew" type="AudioStreamPlayer2D" parent="." unique_id=2040231846]
|
||||
stream = ExtResource("5_od8vd")
|
||||
stream = ExtResource("5_x465u")
|
||||
volume_db = -16.0
|
||||
max_polyphony = 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue