This commit is contained in:
2022-04-18 16:44:13 +03:00
parent 48d2e3029e
commit 8cc47d1b2f
9 changed files with 13 additions and 4 deletions

BIN
Assets/Audio/wateryzap1.wav Normal file

Binary file not shown.

BIN
Assets/Audio/wateryzap2.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Assets/Audio/zap.wav Normal file

Binary file not shown.

BIN
Assets/Audio/zap_fast.wav Normal file

Binary file not shown.

View File

@@ -121,9 +121,12 @@ namespace Game
audioSource.Position = position;
audioSource.Parent = actor.Parent;
audioSource.Pitch = pitch;
audioSource.Name = audioClip.Path;
audioSource.Name = Path.GetFileNameWithoutExtension(audioClip.Path);
audioSource.Volume = volume;
if (volume != 1f)
audioSource.Name += ", vol: " + volume.ToString();
audioSource.Play();
Object.Destroy(audioSource, audioClip.Length);

View File

@@ -969,7 +969,7 @@ namespace Game
private void OnLanded(Vector3 landingVelocity, bool hardLanding)
{
if (!predicting)
AudioManager.PlaySound("jumpland", Actor, 1, rootActor.Position, hardLanding ? 1.0f : 0.6f/*, new Vector2(0.7f, 1.3f)*/);
AudioManager.PlaySound("jumpland", Actor, 1, rootActor.Position, hardLanding ? 1.0f : 1.0f/*, new Vector2(0.7f, 1.3f)*/);
}
private static void ApplyFriction(ref Vector3 velocity)

View File

@@ -8,7 +8,13 @@ hitsounds: (EminYILDIRIM)
wateryzap: (Sound-Ideas) [NOT PAID YET] (zap.wav)
Electronic Magical Zap https://audiojungle.net/item/electronic-magical-zap/13454883?s_rank=37
Water Magic Impact https://freesound.org/people/EminYILDIRIM/sounds/578604/
Ice Frost Spell Skill https://freesound.org/people/EminYILDIRIM/sounds/550266/
water + ice + zap sped up
magic sfx by EminYILDIRIM:
https://freesound.org/people/EminYILDIRIM/sounds/626120/
@@ -31,7 +37,7 @@ UNUSED:
Mage Teleport Skill https://freesound.org/people/EminYILDIRIM/sounds/554791/
Footstep Snow Single https://freesound.org/people/EminYILDIRIM/sounds/554710/
Magic Ice Impact Skill Spell https://freesound.org/people/EminYILDIRIM/sounds/550267/
Ice Frost Spell Skill https://freesound.org/people/EminYILDIRIM/sounds/550266/
Frozen Ice Spell Skill https://freesound.org/people/EminYILDIRIM/sounds/550264/
Earth & Ice Impact Spell Skill https://freesound.org/people/EminYILDIRIM/sounds/550262/
Fire Magic Whoosh https://freesound.org/people/EminYILDIRIM/sounds/546824/