Skip to content

Commit

Permalink
To Do edit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelJasik committed Jan 8, 2023
1 parent 0814ff4 commit 79174bb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
37 changes: 34 additions & 3 deletions Assets/Scenes/Level1.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 705507994}
m_IndirectSpecularColor: {r: 0.17539333, g: 0.21945044, b: 0.3017677, a: 1}
m_IndirectSpecularColor: {r: 0.175396, g: 0.21945398, b: 0.30177045, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -9296,6 +9296,7 @@ GameObject:
- component: {fileID: 698900220}
- component: {fileID: 698900219}
- component: {fileID: 698900218}
- component: {fileID: 698900221}
m_Layer: 5
m_Name: Pause
m_TagString: Untagged
Expand Down Expand Up @@ -9364,6 +9365,36 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &698900221
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 698900217}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 9a6610d2e704f1648819acc8d7460285, type: 3}
m_Name:
m_EditorClassIdentifier:
CollisionTag:
EventReference:
Guid:
Data1: -1297441258
Data2: 1220895440
Data3: -487120736
Data4: -464290932
Path: snapshot:/Pause
Event:
PlayEvent: 11
StopEvent: 12
AllowFadeout: 1
TriggerOnce: 0
Preload: 0
Params: []
OverrideAttenuation: 0
OverrideMinDistance: 0
OverrideMaxDistance: 0
--- !u!1 &702338213
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -21640,8 +21671,8 @@ MonoBehaviour:
TriggerOnce: 0
Preload: 0
Params: []
OverrideAttenuation: 1
OverrideMinDistance: 15
OverrideAttenuation: 0
OverrideMinDistance: 1
OverrideMaxDistance: 20
--- !u!1 &1102353021
GameObject:
Expand Down
5 changes: 0 additions & 5 deletions Assets/ToDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@
18 implement art
19. pause screen - done
20. volume slider - done

Sections for the level
first street, filled with holes, driving cars and pepole
second park, with dogs and playing kids, and less level terrain
third market, filled with crates that fall over, cars and more pepole and more props

0 comments on commit 79174bb

Please sign in to comment.