Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions Assets/Scenes/project.unity
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
pzza: {fileID: 7690701738233734169, guid: 2759fef505e00a88c9e014377f8a9be5, type: 3}
SpawnRate: 2
leftest: -4
rightest: 4
minXPos: -5.5
maxXpos: 6.7
spawnHeight: 13
--- !u!1 &157770483
GameObject:
Expand Down Expand Up @@ -275,9 +275,11 @@ MonoBehaviour:
m_EditorClassIdentifier:
SFX: {fileID: 620066286}
Music: {fileID: 283168571}
Sound: {fileID: 2074220847}
DrilMusic: {fileID: 2074220847}
background: {fileID: 8300000, guid: 6329ec00dd93f7c4f9064a826966db96, type: 3}
background2: {fileID: 8300000, guid: f3e582380aca43547b64fb0b08edef0c, type: 3}
drilLoop: {fileID: 8300000, guid: f3e582380aca43547b64fb0b08edef0c, type: 3}
deathSound: {fileID: 8300000, guid: 58fc704ce8dbe5d49a391b134278b6a7, type: 3}
crushSound: {fileID: 8300000, guid: 0470a1e62ae24854b851553af3091d2f, type: 3}
--- !u!4 &252639973
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -328,7 +330,7 @@ AudioSource:
m_PlayOnAwake: 1
m_Volume: 1
m_Pitch: 1
Loop: 0
Loop: 1
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Expand Down Expand Up @@ -745,8 +747,8 @@ GameObject:
- component: {fileID: 546123597}
- component: {fileID: 546123596}
- component: {fileID: 546123595}
- component: {fileID: 546123598}
- component: {fileID: 546123599}
- component: {fileID: 546123598}
m_Layer: 0
m_Name: player
m_TagString: Player
Expand Down Expand Up @@ -845,7 +847,7 @@ Transform:
m_GameObject: {fileID: 546123592}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.41, y: -5.82, z: -0.13183299}
m_LocalPosition: {x: -0.1, y: -5.97, z: -0.13183299}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand All @@ -864,17 +866,20 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
playerBody: {fileID: 546123595}
soundManger: {fileID: 0}
dirt: {fileID: 8064720540177359702, guid: 4a821943fee3d6c42ae37acfae0972f8, type: 3}
speed: 6
canSpawn: 1
logic: {fileID: 1758606565}
sprites:
- {fileID: 1634257073513659926, guid: 70f7ce564bf332947bff42c6298edcbb, type: 3}
- {fileID: -6365713449525780802, guid: f5210d5ab1c32614880661ad637a3bab, type: 3}
- {fileID: 5571474205568410654, guid: 2c77d85a9eaa5f64f973a0242b8f4c59, type: 3}
- {fileID: -2388994482622123551, guid: b5317789e12c4614dbefe6bff36b51c7, type: 3}
currentSpriteIndex: 0
isAlive: 1
maxYPos: 9.5
minYPos: -9.5
maxXPos: 7.5
minXPos: -7.5
--- !u!61 &546123599
BoxCollider2D:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -951,7 +956,7 @@ AudioSource:
m_audioClip: {fileID: 0}
m_Resource: {fileID: 0}
m_PlayOnAwake: 1
m_Volume: 1
m_Volume: 0.555
m_Pitch: 1
Loop: 0
Mute: 0
Expand Down Expand Up @@ -1076,11 +1081,10 @@ MonoBehaviour:
m_GameObject: {fileID: 635644247}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: de475b4a5af91464386596563c3e388f, type: 3}
m_Script: {fileID: 11500000, guid: 9988755e4f7a66b4486e0dfe1aa0e7d0, type: 3}
m_Name:
m_EditorClassIdentifier:
smileyPrefab: {fileID: 1414512914352011698, guid: 19f2d4c4fad582f409d1d4e11e93a264, type: 3}
spawnRate: 3
--- !u!4 &635644249
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1629,6 +1633,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1e47547318a8fc568bc238efb9088603, type: 3}
m_Name:
m_EditorClassIdentifier:
soundManger: {fileID: 0}
scoreText: {fileID: 1844401011}
GameOverScreen: {fileID: 1355491032}
--- !u!1 &1775552853
Expand Down Expand Up @@ -1991,7 +1996,7 @@ GameObject:
- component: {fileID: 2074220848}
- component: {fileID: 2074220847}
m_Layer: 0
m_Name: Music (1)
m_Name: DrilMusic
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand All @@ -2010,9 +2015,9 @@ AudioSource:
m_audioClip: {fileID: 0}
m_Resource: {fileID: 0}
m_PlayOnAwake: 1
m_Volume: 1
m_Volume: 0.2
m_Pitch: 1
Loop: 0
Loop: 1
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Expand Down
Loading