Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Jump sound effect and credits
  • Loading branch information
jac18042 committed May 5, 2020
1 parent a611b79 commit ebc07bc
Show file tree
Hide file tree
Showing 12 changed files with 878 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Sidescroller/Assets/Resources/Audio/Jump.wav
Git LFS file not shown
22 changes: 22 additions & 0 deletions Sidescroller/Assets/Resources/Audio/Jump.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Sidescroller/Assets/Resources/Environment/Images/credits.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Sidescroller/Assets/Resources/Environment/Images/credits.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Sidescroller/Assets/Resources/Environment/Images/credits2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Sidescroller/Assets/Resources/Environment/Images/credits2.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 99 additions & 0 deletions Sidescroller/Assets/Scenes/Level.unity
Expand Up @@ -6504,13 +6504,111 @@ GameObject:
m_Component:
- component: {fileID: 1566885124}
- component: {fileID: 1566885123}
- component: {fileID: 1566885121}
m_Layer: 8
m_Name: Player
m_TagString: Player
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!82 &1566885121
AudioSource:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1566885120}
m_Enabled: 1
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 243414537878044756, guid: 21225b422cfa0d644a78e3240694637e,
type: 2}
m_audioClip: {fileID: 8300000, guid: 8c994d9b1d0d1294f88940b9fde347f2, type: 3}
m_PlayOnAwake: 0
m_Volume: 0.35
m_Pitch: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
reverbZoneMixCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!114 &1566885123
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -6547,6 +6645,7 @@ MonoBehaviour:
deathsText: {fileID: 711217324}
timeKeeper: {fileID: 519420030}
pauseGame: {fileID: 0}
jumpSound: {fileID: 1566885121}
isPaused: 0
gruntHasWon: 0
wallInPlace: 0
Expand Down

0 comments on commit ebc07bc

Please sign in to comment.