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
|
|
@ -9,8 +9,8 @@
|
|||
[ext_resource type="Texture2D" uid="uid://c4nhwvs13x5bc" path="res://sprites/heart.png" id="7_2cdgk"]
|
||||
[ext_resource type="Script" uid="uid://b01h56iyb6pp2" path="res://scenes/heart.gd" id="7_qsl3t"]
|
||||
[ext_resource type="AudioStream" uid="uid://c7q8cq4h58pfo" path="res://sounds/pew.wav" id="8_5f346"]
|
||||
[ext_resource type="AudioStream" uid="uid://p1cak78qhthj" path="res://sounds/horse.wav" id="9_0onds"]
|
||||
[ext_resource type="AudioStream" uid="uid://bwdkcyrjnxfhu" path="res://sounds/chicken_thunk.wav" id="9_2avx2"]
|
||||
[ext_resource type="AudioStream" uid="uid://cegj71o1vqd21" path="res://sounds/web_ready/horse.mp3" id="9_0onds"]
|
||||
[ext_resource type="AudioStream" uid="uid://by8o1dkunerkg" path="res://sounds/web_ready/chicken_thunk.mp3" id="11_lfs1x"]
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_qsl3t"]
|
||||
particle_flag_disable_z = true
|
||||
|
|
@ -211,7 +211,7 @@ tracks/1/keys = {
|
|||
"clips": [{
|
||||
"end_offset": 0.0,
|
||||
"start_offset": 0.0,
|
||||
"stream": ExtResource("9_2avx2")
|
||||
"stream": ExtResource("11_lfs1x")
|
||||
}],
|
||||
"times": PackedFloat32Array(0.23333333)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue