Merge branch 'master' of git.teascade.net:neontea/quakeball into master

This commit is contained in:
Jens Pitkänen 2020-08-08 10:20:56 +03:00
commit d2ff71d899
2 changed files with 9 additions and 5 deletions

View File

@ -1578,13 +1578,13 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 6181022b324cabb40a9af0a5be0adb31, type: 3}
--- !u!198 &5204970423912589616 stripped
ParticleSystem:
m_CorrespondingSourceObject: {fileID: 4926916423109787287, guid: 6181022b324cabb40a9af0a5be0adb31, type: 3}
m_PrefabInstance: {fileID: 892884152691873703}
m_PrefabAsset: {fileID: 0}
--- !u!4 &835288951058457063 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 572981381687391808, guid: 6181022b324cabb40a9af0a5be0adb31, type: 3}
m_PrefabInstance: {fileID: 892884152691873703}
m_PrefabAsset: {fileID: 0}
--- !u!198 &5204970423912589616 stripped
ParticleSystem:
m_CorrespondingSourceObject: {fileID: 4926916423109787287, guid: 6181022b324cabb40a9af0a5be0adb31, type: 3}
m_PrefabInstance: {fileID: 892884152691873703}
m_PrefabAsset: {fileID: 0}

View File

@ -206,8 +206,12 @@ namespace NeonTea.Quakeball.Players {
}
Debug.Log("I was hit! Aaagh!");
Splatter.Play();
<<<<<<< HEAD
HitAudioSource.Play();
LocalHitAudioSource.Play();
=======
HitAudioSource.PlayOneShot(HitClip);
>>>>>>> cbce3a6a7c2ad4de57bd4feb36e306e603039960
}
public bool IsGrounded() {