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
|
|
@ -8,7 +8,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="*"
|
||||
exclude_filter=""
|
||||
export_path="../../Downloads/2026-03-10 105009 The Third Place/2026-03-10 152826 The Third Place/index.html"
|
||||
export_path="../../Downloads/2026-03-11 102729 The Third Place/index.html"
|
||||
patches=PackedStringArray()
|
||||
patch_delta_encoding=false
|
||||
patch_delta_compression_level_zstd=19
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="Script" uid="uid://dp8e0btv8lktd" path="res://scenes/enemy_mirror.gd" id="1_ucqiy"]
|
||||
[ext_resource type="Script" uid="uid://dno2nntxrik2j" path="res://scenes/sink.gd" id="2_alyar"]
|
||||
[ext_resource type="Texture2D" uid="uid://bs5540jcnaf7o" path="res://sprites/sink_and_mirror.png" id="2_il73p"]
|
||||
[ext_resource type="AudioStream" uid="uid://cbi5q575w1g1n" path="res://sounds/CRT_IMPACT.wav" id="4_alyar"]
|
||||
[ext_resource type="AudioStream" uid="uid://cq7lebefb2e05" path="res://sounds/web_ready/CRT_IMPACT.mp3" id="4_alyar"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_tcthq"]
|
||||
size = Vector2(26, 18)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Shader" uid="uid://x02irwg8ynvp" path="res://shaders/pixel_highlight.gdshader" id="1_d4l8f"]
|
||||
[ext_resource type="Texture2D" uid="uid://cklakjbjislch" path="res://sprites/table.png" id="1_kcy6j"]
|
||||
[ext_resource type="AudioStream" uid="uid://cs4pq5u144agp" path="res://sounds/MIRROR_SHATTER.wav" id="3_twce5"]
|
||||
[ext_resource type="AudioStream" uid="uid://bqqdkm4whlcxa" path="res://sounds/web_ready/MIRROR_SHATTER.mp3" id="3_twce5"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_twce5"]
|
||||
shader = ExtResource("1_d4l8f")
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ extends Node2D
|
|||
var player = preload("res://scenes/player.tscn")
|
||||
var instance = null
|
||||
var playing: bool = false
|
||||
var input_locked: bool = false
|
||||
|
||||
|
||||
|
||||
var enemy_wave: int
|
||||
|
|
@ -87,12 +89,14 @@ func _on_player_died():
|
|||
EventBus.goose_talk.emit(7)
|
||||
instance.queue_free()
|
||||
game_over.show()
|
||||
input_locked = true
|
||||
$LevelAudio.stop()
|
||||
await get_tree().create_timer(2).timeout
|
||||
game_over.hide()
|
||||
$CanvasLayer/Title.show()
|
||||
start_button.show()
|
||||
playing = false
|
||||
input_locked = false
|
||||
|
||||
func new_game():
|
||||
$CanvasLayer/Title.hide()
|
||||
|
|
@ -141,6 +145,9 @@ func new_game():
|
|||
|
||||
|
||||
func _input(EventInput):
|
||||
|
||||
if input_locked == true:
|
||||
return
|
||||
|
||||
if EventInput is InputEventScreenTouch:
|
||||
if EventInput.pressed:
|
||||
|
|
@ -173,6 +180,7 @@ func _on_win_game(value: int):
|
|||
if value == 1: # Heart Taken
|
||||
|
||||
playing = false
|
||||
input_locked = true
|
||||
$Player._on_player_victory(1)
|
||||
await $Player._on_player_victory(1)
|
||||
game_over.show()
|
||||
|
|
@ -180,10 +188,12 @@ func _on_win_game(value: int):
|
|||
game_over.hide()
|
||||
$CanvasLayer/Title.show()
|
||||
start_button.show()
|
||||
input_locked = false
|
||||
|
||||
if value == 2: #Heart Broken
|
||||
|
||||
playing = false
|
||||
input_locked = true
|
||||
$Player._on_player_victory(2)
|
||||
await $Player._on_player_victory(2)
|
||||
game_over.show()
|
||||
|
|
@ -191,6 +201,7 @@ func _on_win_game(value: int):
|
|||
game_over.hide()
|
||||
$CanvasLayer/Title.show()
|
||||
start_button.show()
|
||||
input_locked = false
|
||||
|
||||
|
||||
func _on_flash_screen(duration: float = .25):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://4jvu41vu2557" path="res://scenes/explosion.tscn" id="8_dw050"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnc77g20gb20h" path="res://sprites/david-head.png" id="8_ur7pv"]
|
||||
[ext_resource type="Texture2D" uid="uid://bm7fgqwqfqmf4" path="res://sprites/explosion_pallete-swap.png" id="10_d2wvv"]
|
||||
[ext_resource type="AudioStream" uid="uid://co6fdp24nloo1" path="res://sounds/HeadInflatePOP 2.0.wav" id="11_d2wvv"]
|
||||
[ext_resource type="AudioStream" uid="uid://q3wgdjrv0era" path="res://sounds/web_ready/HeadInflatePOP 2.0.mp3" id="11_d2wvv"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_b26j0"]
|
||||
resource_local_to_scene = true
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ func spawn_enemies():
|
|||
t.position = Vector2(screensize.x / 2, position.y + 125)
|
||||
#await get_tree().create_timer(1.5).timeout
|
||||
var ts = t.get_child(2)
|
||||
await get_tree().create_timer(.9).timeout
|
||||
await get_tree().create_timer(4).timeout
|
||||
ts.play()
|
||||
ts = t.get_child(0)
|
||||
ts.frame = 1
|
||||
|
|
|
|||
BIN
sounds/web_ready/Ambient 1.0.mp3
Normal file
BIN
sounds/web_ready/Ambient 1.0.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/Ambient 1.0.mp3.import
Normal file
19
sounds/web_ready/Ambient 1.0.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cmfoge28taxp0"
|
||||
path="res://.godot/imported/Ambient 1.0.mp3-758efedd0872a2adb51603f19b1e0823.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/Ambient 1.0.mp3"
|
||||
dest_files=["res://.godot/imported/Ambient 1.0.mp3-758efedd0872a2adb51603f19b1e0823.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/Ambient 2.0.mp3
Normal file
BIN
sounds/web_ready/Ambient 2.0.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/Ambient 2.0.mp3.import
Normal file
19
sounds/web_ready/Ambient 2.0.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://drm2pdos48jc3"
|
||||
path="res://.godot/imported/Ambient 2.0.mp3-b294adb1fe4b8f26136be2002d6e230f.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/Ambient 2.0.mp3"
|
||||
dest_files=["res://.godot/imported/Ambient 2.0.mp3-b294adb1fe4b8f26136be2002d6e230f.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/CRT_IMPACT.mp3
Normal file
BIN
sounds/web_ready/CRT_IMPACT.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/CRT_IMPACT.mp3.import
Normal file
19
sounds/web_ready/CRT_IMPACT.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cq7lebefb2e05"
|
||||
path="res://.godot/imported/CRT_IMPACT.mp3-6fcae10c80ca1532ca6c3122cd172bb0.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/CRT_IMPACT.mp3"
|
||||
dest_files=["res://.godot/imported/CRT_IMPACT.mp3-6fcae10c80ca1532ca6c3122cd172bb0.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/HeadInflatePOP 2.0.mp3
Normal file
BIN
sounds/web_ready/HeadInflatePOP 2.0.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/HeadInflatePOP 2.0.mp3.import
Normal file
19
sounds/web_ready/HeadInflatePOP 2.0.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://q3wgdjrv0era"
|
||||
path="res://.godot/imported/HeadInflatePOP 2.0.mp3-3f60ddb254488d08b6805a19cd344d4a.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/HeadInflatePOP 2.0.mp3"
|
||||
dest_files=["res://.godot/imported/HeadInflatePOP 2.0.mp3-3f60ddb254488d08b6805a19cd344d4a.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/HeadInflatePOP.mp3
Normal file
BIN
sounds/web_ready/HeadInflatePOP.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/HeadInflatePOP.mp3.import
Normal file
19
sounds/web_ready/HeadInflatePOP.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://d4fob1ebp0aqo"
|
||||
path="res://.godot/imported/HeadInflatePOP.mp3-d5c6fd4def46b7f48f8c5aaf2e0e40a7.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/HeadInflatePOP.mp3"
|
||||
dest_files=["res://.godot/imported/HeadInflatePOP.mp3-d5c6fd4def46b7f48f8c5aaf2e0e40a7.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/MIRROR_SHATTER.mp3
Normal file
BIN
sounds/web_ready/MIRROR_SHATTER.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/MIRROR_SHATTER.mp3.import
Normal file
19
sounds/web_ready/MIRROR_SHATTER.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://bqqdkm4whlcxa"
|
||||
path="res://.godot/imported/MIRROR_SHATTER.mp3-e4afccd74e04003813627383dd1f54a2.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/MIRROR_SHATTER.mp3"
|
||||
dest_files=["res://.godot/imported/MIRROR_SHATTER.mp3-e4afccd74e04003813627383dd1f54a2.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/ambient_hiss.mp3
Normal file
BIN
sounds/web_ready/ambient_hiss.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/ambient_hiss.mp3.import
Normal file
19
sounds/web_ready/ambient_hiss.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://d1m7fyfktoa5o"
|
||||
path="res://.godot/imported/ambient_hiss.mp3-10be24c3900bcf7f6381e8cbababf06d.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/ambient_hiss.mp3"
|
||||
dest_files=["res://.godot/imported/ambient_hiss.mp3-10be24c3900bcf7f6381e8cbababf06d.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/chicken_thunk.mp3
Normal file
BIN
sounds/web_ready/chicken_thunk.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/chicken_thunk.mp3.import
Normal file
19
sounds/web_ready/chicken_thunk.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://by8o1dkunerkg"
|
||||
path="res://.godot/imported/chicken_thunk.mp3-6ab6f9b601248ce3a12f4b657d6d9e56.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/chicken_thunk.mp3"
|
||||
dest_files=["res://.godot/imported/chicken_thunk.mp3-6ab6f9b601248ce3a12f4b657d6d9e56.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/crt_block.mp3
Normal file
BIN
sounds/web_ready/crt_block.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/crt_block.mp3.import
Normal file
19
sounds/web_ready/crt_block.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://4sx6ofrtqqc4"
|
||||
path="res://.godot/imported/crt_block.mp3-3a438480f072cec05e978702884c6e23.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/crt_block.mp3"
|
||||
dest_files=["res://.godot/imported/crt_block.mp3-3a438480f072cec05e978702884c6e23.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/horse.mp3
Normal file
BIN
sounds/web_ready/horse.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/horse.mp3.import
Normal file
19
sounds/web_ready/horse.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://cegj71o1vqd21"
|
||||
path="res://.godot/imported/horse.mp3-442e2a7c248f9df2d450b09410f0809d.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/horse.mp3"
|
||||
dest_files=["res://.godot/imported/horse.mp3-442e2a7c248f9df2d450b09410f0809d.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/pew.mp3
Normal file
BIN
sounds/web_ready/pew.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/pew.mp3.import
Normal file
19
sounds/web_ready/pew.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://bo88av3ourdju"
|
||||
path="res://.godot/imported/pew.mp3-37c20b43d7473ff91cb9da452e6f85cd.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/pew.mp3"
|
||||
dest_files=["res://.godot/imported/pew.mp3-37c20b43d7473ff91cb9da452e6f85cd.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/radio_tune.mp3
Normal file
BIN
sounds/web_ready/radio_tune.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/radio_tune.mp3.import
Normal file
19
sounds/web_ready/radio_tune.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://t1wms0jp1tjg"
|
||||
path="res://.godot/imported/radio_tune.mp3-c0a71b16f7275a4a7f04d35742d8c97b.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/radio_tune.mp3"
|
||||
dest_files=["res://.godot/imported/radio_tune.mp3-c0a71b16f7275a4a7f04d35742d8c97b.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/splat.mp3
Normal file
BIN
sounds/web_ready/splat.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/splat.mp3.import
Normal file
19
sounds/web_ready/splat.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://c7juvhgu5mwkq"
|
||||
path="res://.godot/imported/splat.mp3-34936bed3c9717acda3be411ea67e351.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/splat.mp3"
|
||||
dest_files=["res://.godot/imported/splat.mp3-34936bed3c9717acda3be411ea67e351.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/splat_alt.mp3
Normal file
BIN
sounds/web_ready/splat_alt.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/splat_alt.mp3.import
Normal file
19
sounds/web_ready/splat_alt.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://mbp5oshimxgf"
|
||||
path="res://.godot/imported/splat_alt.mp3-7e6c3b87ab72071c7eabf8c913778c08.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/splat_alt.mp3"
|
||||
dest_files=["res://.godot/imported/splat_alt.mp3-7e6c3b87ab72071c7eabf8c913778c08.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
sounds/web_ready/welcome.mp3
Normal file
BIN
sounds/web_ready/welcome.mp3
Normal file
Binary file not shown.
19
sounds/web_ready/welcome.mp3.import
Normal file
19
sounds/web_ready/welcome.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://ia32cbqcvanp"
|
||||
path="res://.godot/imported/welcome.mp3-6ecf631fa68143d29ba0107998d49dbb.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sounds/web_ready/welcome.mp3"
|
||||
dest_files=["res://.godot/imported/welcome.mp3-6ecf631fa68143d29ba0107998d49dbb.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue