Fixed crashes and volume
- Fixed crashes related to spell casting - Balanced the volume of the music tracks - Removed a bunch of unused files
This commit is contained in:
parent
39dbe8d5d5
commit
b3f656503c
@ -6,5 +6,5 @@
|
||||
script = ExtResource("1_ldflp")
|
||||
title = "Music"
|
||||
name = "Alexander Nakarada"
|
||||
description = Array[String](["Music Tracks:", "Wanderer (In-game music is trimmed)", "Pathfinder", "The Wizard", "Licensed under Creative Commons BY Attribution 4.0 License"])
|
||||
links = Array[String](["www.creatorchords.com", "https://creatorchords.com/music/wanderer/", "https://creatorchords.com/music/pathfinder/", "https://creatorchords.com/music/the-wizard/", "https://creativecommons.org/licenses/by/4.0/"])
|
||||
description = Array[String](["Music Tracks:", "Wanderer (In-game music is trimmed)", "The Wizard", "Licensed under Creative Commons BY Attribution 4.0 License"])
|
||||
links = Array[String](["www.creatorchords.com", "https://creatorchords.com/music/wanderer/", "https://creatorchords.com/music/the-wizard/", "https://creativecommons.org/licenses/by/4.0/"])
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_kyxgb")
|
||||
music = Array[String](["res://Sound/Music/pirate-tavern-full-version-167990.mp3", "res://Sound/Music/fight-for-your-rights-13529.mp3"])
|
||||
music = Array[String](["res://Sound/Music/pirate-tavern-full-version-167990_quiet.mp3", "res://Sound/Music/fight-for-your-rights-13529-quiet.mp3"])
|
||||
|
@ -1,7 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Playlist" load_steps=2 format=3 uid="uid://cdv4l1enaomh1"]
|
||||
|
||||
[ext_resource type="Script" path="res://Resources/playlist.gd" id="1_6byfa"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_6byfa")
|
||||
music = Array[String](["res://Sound/Music/Pathfinder.mp3"])
|
@ -4,4 +4,4 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_4ivkm")
|
||||
music = Array[String](["res://Sound/Music/Wanderer.ogg"])
|
||||
music = Array[String](["res://Sound/Music/Wanderer_Quiet.mp3"])
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_u6fpt")
|
||||
music = Array[String](["res://Sound/Music/The_Wizard.mp3"])
|
||||
music = Array[String](["res://Sound/Music/The_Wizard_Quiet.mp3"])
|
||||
|
@ -3,7 +3,7 @@
|
||||
[ext_resource type="Script" path="res://Resources/spellbook.gd" id="1_t8h8m"]
|
||||
[ext_resource type="Resource" uid="uid://1xbik4qndtkh" path="res://Resources/Spells/common/firebolt.tres" id="2_vcyj2"]
|
||||
[ext_resource type="Resource" uid="uid://dl6nv6lp460n3" path="res://Resources/Spells/common/rockThrow.tres" id="3_i6ngl"]
|
||||
[ext_resource type="Resource" uid="uid://dx77rvbbn58si" path="res://Resources/Spells/common/frostCoat.tres" id="4_sf1xi"]
|
||||
[ext_resource type="Resource" uid="uid://c37f32agrhtsv" path="res://Resources/Spells/common/frostCoat.tres" id="4_sf1xi"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_t8h8m")
|
||||
|
@ -4,7 +4,7 @@
|
||||
[ext_resource type="Resource" uid="uid://dl6nv6lp460n3" path="res://Resources/Spells/common/rockThrow.tres" id="2_ofx8j"]
|
||||
[ext_resource type="Resource" uid="uid://bmpu6k55bckdv" path="res://Resources/Spells/legendary/fireball.tres" id="3_brupg"]
|
||||
[ext_resource type="Resource" uid="uid://1xbik4qndtkh" path="res://Resources/Spells/common/firebolt.tres" id="4_chcd4"]
|
||||
[ext_resource type="Resource" uid="uid://c7kscsdqb8l40" path="res://Resources/Spells/common/cauterizeWound.tres" id="5_p15p1"]
|
||||
[ext_resource type="Resource" uid="uid://c8oshcilmnbmj" path="res://Resources/Spells/common/cauterizeWound.tres" id="5_p15p1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_pn4te")
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c7kscsdqb8l40"]
|
||||
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c8oshcilmnbmj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bxyhcltncvy30" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack65.png" id="1_62ld1"]
|
||||
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_avtxj"]
|
||||
@ -11,11 +11,11 @@ description = "Cauterize your wounds, healing yourself a small amount"
|
||||
rarity = 0
|
||||
animation = "res://Scenes/Animations/cauterizeWoundAnim.tscn"
|
||||
damage = -1.0
|
||||
backfireStrength = 1.0
|
||||
backfireStrength = null
|
||||
castCombo = Array[String](["down", "down", "down"])
|
||||
element = 5
|
||||
stunning = false
|
||||
timeout = 10.0
|
||||
stunning = null
|
||||
timeout = null
|
||||
cooldown = 4.0
|
||||
blockStrength = {
|
||||
0: 1.0,
|
||||
|
@ -10,12 +10,12 @@ name = "Firebolt"
|
||||
description = "Cast a small line of fire at your opponent"
|
||||
rarity = 0
|
||||
animation = "res://Scenes/Animations/fireboltAnim.tscn"
|
||||
damage = 1.0
|
||||
backfireStrength = 1.0
|
||||
damage = null
|
||||
backfireStrength = null
|
||||
castCombo = Array[String](["up", "down", "down"])
|
||||
element = 1
|
||||
stunning = false
|
||||
timeout = 10.0
|
||||
stunning = null
|
||||
timeout = null
|
||||
cooldown = 2.0
|
||||
blockStrength = {
|
||||
0: 1.0,
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dx77rvbbn58si"]
|
||||
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c37f32agrhtsv"]
|
||||
|
||||
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_3x5uw"]
|
||||
[ext_resource type="Texture2D" uid="uid://drvw5jh0n1waw" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells18.png" id="1_yypf2"]
|
||||
@ -11,12 +11,12 @@ description = "Create a thin veil of frost, somewhat defending from incoming att
|
||||
rarity = 0
|
||||
animation = "res://Scenes/Animations/frostCoatAnim.tscn"
|
||||
damage = 0.0
|
||||
backfireStrength = 1.0
|
||||
backfireStrength = null
|
||||
castCombo = Array[String](["left", "down", "right"])
|
||||
element = 2
|
||||
stunning = false
|
||||
timeout = 10.0
|
||||
cooldown = 1.0
|
||||
stunning = null
|
||||
timeout = null
|
||||
cooldown = null
|
||||
blockStrength = {
|
||||
0: 0.8,
|
||||
1: 0.9,
|
||||
|
@ -11,11 +11,11 @@ description = "Throw a rock at your opponent"
|
||||
rarity = 0
|
||||
animation = "res://Scenes/Animations/rockThrowAnim.tscn"
|
||||
damage = 0.5
|
||||
backfireStrength = 1.0
|
||||
backfireStrength = null
|
||||
castCombo = Array[String](["down", "up", "up"])
|
||||
element = 4
|
||||
stunning = true
|
||||
timeout = 10.0
|
||||
timeout = null
|
||||
cooldown = 5.0
|
||||
blockStrength = {
|
||||
0: 0.8,
|
||||
|
@ -28,13 +28,13 @@
|
||||
[ext_resource type="Resource" uid="uid://ty4ajqwpd6xd" path="res://Resources/Credits/music1.tres" id="22_laxdl"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgdahvbhwdc4e" path="res://Sprites/UI/Edinnu_UI_asset_pack/Sliders/Slider (3).png" id="22_uas7q"]
|
||||
[ext_resource type="Resource" uid="uid://c8knbj20e7npa" path="res://Resources/Credits/sprites.tres" id="24_crwn2"]
|
||||
[ext_resource type="Resource" uid="uid://cb5hax4nds5oo" path="res://Resources/Credits/music2.tres" id="24_v3coc"]
|
||||
[ext_resource type="Resource" uid="uid://brxahbi4vjugq" path="res://Resources/Credits/characters.tres" id="25_g7b4v"]
|
||||
[ext_resource type="Resource" uid="uid://3pyt3kpxrmg3" path="res://Resources/Credits/music3.tres" id="25_xj44e"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/music2.tres" id="24_v3coc"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/characters.tres" id="25_g7b4v"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/music3.tres" id="25_xj44e"]
|
||||
[ext_resource type="Resource" uid="uid://br28lfq7y7wq6" path="res://Resources/Credits/particles.tres" id="26_ceuxk"]
|
||||
[ext_resource type="Resource" uid="uid://dif2suudut0wr" path="res://Resources/Credits/soundEffects.tres" id="26_uqxdy"]
|
||||
[ext_resource type="Resource" uid="uid://dygm4rgw6tmj7" path="res://Resources/Credits/ui.tres" id="27_0qt1c"]
|
||||
[ext_resource type="Resource" uid="uid://clxb5n4jjxuil" path="res://Resources/Credits/uiSounds.tres" id="28_khp6u"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/soundEffects.tres" id="26_uqxdy"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/ui.tres" id="27_0qt1c"]
|
||||
[ext_resource type="Resource" path="res://Resources/Credits/uiSounds.tres" id="28_khp6u"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_eu62g"]
|
||||
length = 0.001
|
||||
|
@ -12,11 +12,12 @@
|
||||
[ext_resource type="Resource" uid="uid://7rne03vmayep" path="res://Resources/Spells/legendary/stoneWall.tres" id="11_jfuyr"]
|
||||
[ext_resource type="Resource" uid="uid://dl51vjra873m1" path="res://Resources/Spells/rare/poisonShield.tres" id="11_mohfk"]
|
||||
[ext_resource type="Resource" uid="uid://csq4f4vhgymg6" path="res://Resources/Spells/rare/sandstorm.tres" id="12_wcscn"]
|
||||
[ext_resource type="Resource" uid="uid://dk5sne3jycvj7" path="res://Resources/Spells/rare/healingWave.tres" id="13_wlfl7"]
|
||||
[ext_resource type="Resource" uid="uid://c7kscsdqb8l40" path="res://Resources/Spells/common/cauterizeWound.tres" id="14_11wtp"]
|
||||
[ext_resource type="Resource" uid="uid://dx77rvbbn58si" path="res://Resources/Spells/common/frostCoat.tres" id="14_16c1w"]
|
||||
[ext_resource type="Resource" path="res://Resources/Spells/rare/healingWave.tres" id="13_wlfl7"]
|
||||
[ext_resource type="Resource" uid="uid://c8oshcilmnbmj" path="res://Resources/Spells/common/cauterizeWound.tres" id="14_11wtp"]
|
||||
[ext_resource type="Resource" uid="uid://c37f32agrhtsv" path="res://Resources/Spells/common/frostCoat.tres" id="14_16c1w"]
|
||||
|
||||
[node name="Data" type="Node"]
|
||||
script = ExtResource("1_m1o6d")
|
||||
forWeb = false
|
||||
lockedSpells = Array[Resource("res://Resources/spell.gd")]([ExtResource("2_rphxk"), ExtResource("4_facpx"), ExtResource("5_gakij"), ExtResource("13_wlfl7"), ExtResource("10_t1kk2"), ExtResource("11_mohfk"), ExtResource("12_wcscn"), ExtResource("10_u8r30"), ExtResource("8_vogb5"), ExtResource("11_jfuyr")])
|
||||
unlockedSpells = Array[Resource("res://Resources/spell.gd")]([ExtResource("3_qjws8"), ExtResource("14_16c1w"), ExtResource("6_jp3r2"), ExtResource("14_11wtp")])
|
||||
|
@ -2,7 +2,6 @@ class_name MusicPlayer extends AudioStreamPlayer
|
||||
|
||||
@onready var data: Data = get_node("/root/Root/Data")
|
||||
var mainMenuPlaylist: Playlist = load("res://Resources/Playlists/mainMenu.tres")
|
||||
var creditsPlaylist: Playlist = load("res://Resources/Playlists/credits.tres")
|
||||
var tavernPlaylist: Playlist = load("res://Resources/Playlists/tavern.tres")
|
||||
var arenaPlaylist: Playlist = load("res://Resources/Playlists/arena.tres")
|
||||
var currentLoc: Playlist
|
||||
@ -10,7 +9,6 @@ var currentLoc: Playlist
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
mainMenuPlaylist.init(false)
|
||||
creditsPlaylist.init(false)
|
||||
tavernPlaylist.init(true)
|
||||
arenaPlaylist.init(true)
|
||||
currentLoc = mainMenuPlaylist
|
||||
@ -26,8 +24,6 @@ func setLoc(loc: Data.Location):
|
||||
match loc:
|
||||
Data.Location.MAINMENU:
|
||||
currentLoc = mainMenuPlaylist
|
||||
Data.Location.CREDITS:
|
||||
currentLoc = creditsPlaylist
|
||||
Data.Location.TAVERN:
|
||||
currentLoc = tavernPlaylist
|
||||
Data.Location.ARENA:
|
||||
|
@ -44,7 +44,9 @@ func _process(delta):
|
||||
if (Input.is_action_just_pressed(spell.castCombo[avatar.castProgress])):
|
||||
avatar.castProgress += 1
|
||||
if (anim != null): anim.setProgress(avatar.castProgress)
|
||||
else: return
|
||||
else:
|
||||
casting = false
|
||||
avatar.castProgress = 0
|
||||
|
||||
if avatar.castProgress == spell.castCombo.size() - 1:
|
||||
castIndicator.setDirs(spell.castCombo[avatar.castProgress])
|
||||
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bejr8p02nkokg"
|
||||
path="res://.godot/imported/Abstract1.wav-3940f4ba5e2750b69f3aaca066ad50be.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Abstract1.wav"
|
||||
dest_files=["res://.godot/imported/Abstract1.wav-3940f4ba5e2750b69f3aaca066ad50be.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://clp57baj3imo2"
|
||||
path="res://.godot/imported/Abstract2.wav-093382956e73739b1c9ad71c4984c03c.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Abstract2.wav"
|
||||
dest_files=["res://.godot/imported/Abstract2.wav-093382956e73739b1c9ad71c4984c03c.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dyfux4wxrdmmc"
|
||||
path="res://.godot/imported/African1.wav-791855f37f402a0b2364ef416044b125.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/African1.wav"
|
||||
dest_files=["res://.godot/imported/African1.wav-791855f37f402a0b2364ef416044b125.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://deqgq3c5780r0"
|
||||
path="res://.godot/imported/African2.wav-1d4d4eec07d58ef42c6b96eabd352ac9.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/African2.wav"
|
||||
dest_files=["res://.godot/imported/African2.wav-1d4d4eec07d58ef42c6b96eabd352ac9.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://crg04pcvicsgc"
|
||||
path="res://.godot/imported/African3.wav-7e826ea14fd1438cd5933326753d5296.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/African3.wav"
|
||||
dest_files=["res://.godot/imported/African3.wav-7e826ea14fd1438cd5933326753d5296.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://ccn33kmiqon75"
|
||||
path="res://.godot/imported/African4.wav-6310e93c329ede545e16911362f7877b.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/African4.wav"
|
||||
dest_files=["res://.godot/imported/African4.wav-6310e93c329ede545e16911362f7877b.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://c0h6cd8lml8vs"
|
||||
path="res://.godot/imported/Coffee1.wav-180ac64fa249da497b7ad2718627a06d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Coffee1.wav"
|
||||
dest_files=["res://.godot/imported/Coffee1.wav-180ac64fa249da497b7ad2718627a06d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cl5l0a5tws5ac"
|
||||
path="res://.godot/imported/Coffee2.wav-f5c30039aff47e57d55145bcfbaf89f5.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Coffee2.wav"
|
||||
dest_files=["res://.godot/imported/Coffee2.wav-f5c30039aff47e57d55145bcfbaf89f5.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dtlcy5aot14uk"
|
||||
path="res://.godot/imported/Minimalist1.wav-1bb50e2bfd934c9d162e6a24ffa19c73.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist1.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist1.wav-1bb50e2bfd934c9d162e6a24ffa19c73.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://ch3l5afi0sqx1"
|
||||
path="res://.godot/imported/Minimalist10.wav-c27204b92cce4207c08dd1746d16d40d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist10.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist10.wav-c27204b92cce4207c08dd1746d16d40d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://8opecjogiasr"
|
||||
path="res://.godot/imported/Minimalist11.wav-49882509669263e9887becb77c10529a.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist11.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist11.wav-49882509669263e9887becb77c10529a.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://d28osf0n3lm1n"
|
||||
path="res://.godot/imported/Minimalist12.wav-3f271375433a3e70b2b6e109942dbdf7.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist12.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist12.wav-3f271375433a3e70b2b6e109942dbdf7.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://smhrhr2y8mlk"
|
||||
path="res://.godot/imported/Minimalist13.wav-344630db853cbe14efdb25a705834a4b.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist13.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist13.wav-344630db853cbe14efdb25a705834a4b.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://tr1yl38xm5t8"
|
||||
path="res://.godot/imported/Minimalist3.wav-0fd2de03f0464fdc2338c3d1d2edb08d.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist3.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist3.wav-0fd2de03f0464fdc2338c3d1d2edb08d.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dvltbydko460u"
|
||||
path="res://.godot/imported/Minimalist4.wav-8190bf9c03e6a3585af5373d9827f5f2.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist4.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist4.wav-8190bf9c03e6a3585af5373d9827f5f2.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bgdljddqcxlw0"
|
||||
path="res://.godot/imported/Minimalist5.wav-a151d0a575d1818c49264d747f2db3f1.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist5.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist5.wav-a151d0a575d1818c49264d747f2db3f1.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://chooqi7wu7r4b"
|
||||
path="res://.godot/imported/Minimalist6.wav-c03d6a10385740ba905f163fd367e414.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist6.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist6.wav-c03d6a10385740ba905f163fd367e414.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bylfgcm2doff2"
|
||||
path="res://.godot/imported/Minimalist7.wav-bd9cd5a2230a64222040ac147f551adc.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist7.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist7.wav-bd9cd5a2230a64222040ac147f551adc.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cyrk2jio4lqrg"
|
||||
path="res://.godot/imported/Minimalist9.wav-fe5c8f9f40564ce110b074fd3cf537df.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Minimalist9.wav"
|
||||
dest_files=["res://.godot/imported/Minimalist9.wav-fe5c8f9f40564ce110b074fd3cf537df.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://ijacarmvjnri"
|
||||
path="res://.godot/imported/Modern1.wav-8b016c118780ea780c45e193a1842bcd.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern1.wav"
|
||||
dest_files=["res://.godot/imported/Modern1.wav-8b016c118780ea780c45e193a1842bcd.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bre43xo3oycis"
|
||||
path="res://.godot/imported/Modern10.wav-77bfd8f0e0cc535687a6de232e861997.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern10.wav"
|
||||
dest_files=["res://.godot/imported/Modern10.wav-77bfd8f0e0cc535687a6de232e861997.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://blmc8idimndvt"
|
||||
path="res://.godot/imported/Modern11.wav-6ea163b15927fcda03de10e534567787.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern11.wav"
|
||||
dest_files=["res://.godot/imported/Modern11.wav-6ea163b15927fcda03de10e534567787.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://b7sqvlj1ohk1r"
|
||||
path="res://.godot/imported/Modern12.wav-bd44a188ac8b961992cdd47290aa6b30.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern12.wav"
|
||||
dest_files=["res://.godot/imported/Modern12.wav-bd44a188ac8b961992cdd47290aa6b30.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cgaq47d21q0vq"
|
||||
path="res://.godot/imported/Modern13.wav-5fb096a37016e3ec89a921c7509d478b.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern13.wav"
|
||||
dest_files=["res://.godot/imported/Modern13.wav-5fb096a37016e3ec89a921c7509d478b.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dw5via8ef8fwk"
|
||||
path="res://.godot/imported/Modern14.wav-e9913d3e056eb91ab3bab48616c28655.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern14.wav"
|
||||
dest_files=["res://.godot/imported/Modern14.wav-e9913d3e056eb91ab3bab48616c28655.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bs6doryxl1nrr"
|
||||
path="res://.godot/imported/Modern15.wav-6e0427cacc3fdc1d7e9034b94b8ad78c.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern15.wav"
|
||||
dest_files=["res://.godot/imported/Modern15.wav-6e0427cacc3fdc1d7e9034b94b8ad78c.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://by83dbj57e4eg"
|
||||
path="res://.godot/imported/Modern16.wav-0d99cde89d2110ce5ed3d091dc56d274.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern16.wav"
|
||||
dest_files=["res://.godot/imported/Modern16.wav-0d99cde89d2110ce5ed3d091dc56d274.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dmadyxq8dqkn6"
|
||||
path="res://.godot/imported/Modern2.wav-d3d305080fa7d582616181d3c054e051.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern2.wav"
|
||||
dest_files=["res://.godot/imported/Modern2.wav-d3d305080fa7d582616181d3c054e051.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bjf6m6xa7i5bp"
|
||||
path="res://.godot/imported/Modern3.wav-fa68192ee3357927ba402b822235ced7.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern3.wav"
|
||||
dest_files=["res://.godot/imported/Modern3.wav-fa68192ee3357927ba402b822235ced7.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://d3fipxpaatcu0"
|
||||
path="res://.godot/imported/Modern4.wav-edd0ca6e2d12b40c2d00a9ca1bd69370.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern4.wav"
|
||||
dest_files=["res://.godot/imported/Modern4.wav-edd0ca6e2d12b40c2d00a9ca1bd69370.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://id7lbg5luryl"
|
||||
path="res://.godot/imported/Modern5.wav-db5783260d49e7865256754e4c705111.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern5.wav"
|
||||
dest_files=["res://.godot/imported/Modern5.wav-db5783260d49e7865256754e4c705111.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://yb33eoq7tcy5"
|
||||
path="res://.godot/imported/Modern6.wav-46c1ad4939ae4f8898616d2430ea1886.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern6.wav"
|
||||
dest_files=["res://.godot/imported/Modern6.wav-46c1ad4939ae4f8898616d2430ea1886.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cm3ng3o4snhnw"
|
||||
path="res://.godot/imported/Modern7.wav-abcc220e9f0617ab0dec240c657a2b7a.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern7.wav"
|
||||
dest_files=["res://.godot/imported/Modern7.wav-abcc220e9f0617ab0dec240c657a2b7a.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dvbq0p6fdh3j8"
|
||||
path="res://.godot/imported/Modern8.wav-47d547e6340742c869c18eb56b04cb13.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern8.wav"
|
||||
dest_files=["res://.godot/imported/Modern8.wav-47d547e6340742c869c18eb56b04cb13.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://b08y0mr5afgsw"
|
||||
path="res://.godot/imported/Modern9.wav-e0f4c5998d886af0704346aa34752acd.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Modern9.wav"
|
||||
dest_files=["res://.godot/imported/Modern9.wav-e0f4c5998d886af0704346aa34752acd.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://c8rfku1xcd2i6"
|
||||
path="res://.godot/imported/Retro1.wav-3300c798c99524c66f650c837ba19f8a.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro1.wav"
|
||||
dest_files=["res://.godot/imported/Retro1.wav-3300c798c99524c66f650c837ba19f8a.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://dnqrvvqmkkoql"
|
||||
path="res://.godot/imported/Retro10.wav-d0573a45c9ab9556c2269721ba773dc9.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro10.wav"
|
||||
dest_files=["res://.godot/imported/Retro10.wav-d0573a45c9ab9556c2269721ba773dc9.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://ceym4v8ix40jl"
|
||||
path="res://.godot/imported/Retro11.wav-b1088a5cf5d088b6e91290cb3a833a99.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro11.wav"
|
||||
dest_files=["res://.godot/imported/Retro11.wav-b1088a5cf5d088b6e91290cb3a833a99.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://cl8umw7x6xp7u"
|
||||
path="res://.godot/imported/Retro12.wav-79a47b3b1c2381294ce30ced4a3977a4.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro12.wav"
|
||||
dest_files=["res://.godot/imported/Retro12.wav-79a47b3b1c2381294ce30ced4a3977a4.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://c6bpxt6qml1b8"
|
||||
path="res://.godot/imported/Retro2.wav-0c902bdb65668866185d45762393c6e8.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro2.wav"
|
||||
dest_files=["res://.godot/imported/Retro2.wav-0c902bdb65668866185d45762393c6e8.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://brp0br3r5dvuo"
|
||||
path="res://.godot/imported/Retro3.wav-c3bea27e05a5d2d99561e076ecaec4df.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro3.wav"
|
||||
dest_files=["res://.godot/imported/Retro3.wav-c3bea27e05a5d2d99561e076ecaec4df.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bm1cajjchx7gb"
|
||||
path="res://.godot/imported/Retro4.wav-46ebadaf67609bd179a68487f09f5ca5.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sound/Effects/UI/Retro4.wav"
|
||||
dest_files=["res://.godot/imported/Retro4.wav-46ebadaf67609bd179a68487f09f5ca5.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=0
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user