Skip to content

Commit

Permalink
Level tweaks
Browse files Browse the repository at this point in the history
Lighting was tweaked on the levels, the terrain now surrounds the course. Picks ups now emit light, making them easier to see
  • Loading branch information
TomDotScott committed May 1, 2020
1 parent 3e89632 commit 34e8bd7
Show file tree
Hide file tree
Showing 168 changed files with 1,313 additions and 1,226 deletions.
71 changes: 67 additions & 4 deletions Assets/Animations/CreditTemp.anim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: -110
value: -55
inSlope: 0
outSlope: 0
tangentMode: 136
Expand Down Expand Up @@ -115,7 +115,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 110
value: 67.399994
inSlope: 0
outSlope: 0
tangentMode: 136
Expand Down Expand Up @@ -166,6 +166,34 @@ AnimationClip:
path: Button/Text (TMP)
classID: 114
script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.049999
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0.049999
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_AnchoredPosition.x
path: Logo
classID: 224
script: {fileID: 0}
m_PPtrCurves: []
m_SampleRate: 60
m_WrapMode: 0
Expand Down Expand Up @@ -209,6 +237,13 @@ AnimationClip:
typeID: 114
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 1153185069
attribute: 1460864421
script: {fileID: 0}
typeID: 224
customType: 28
isPPtrCurve: 0
pptrCurveMapping: []
m_AnimationClipSettings:
serializedVersion: 2
Expand Down Expand Up @@ -245,7 +280,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: -110
value: -55
inSlope: 0
outSlope: 0
tangentMode: 136
Expand Down Expand Up @@ -329,7 +364,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 110
value: 67.399994
inSlope: 0
outSlope: 0
tangentMode: 136
Expand Down Expand Up @@ -380,6 +415,34 @@ AnimationClip:
path: Button/Text (TMP)
classID: 114
script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.049999
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0.049999
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_AnchoredPosition.x
path: Logo
classID: 224
script: {fileID: 0}
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0
m_HasMotionFloatCurves: 0
Expand Down
8 changes: 4 additions & 4 deletions Assets/Materials/Pick-Ups/Blue.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Blue
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -73,5 +73,5 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 0, g: 0, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 4, a: 1}
8 changes: 4 additions & 4 deletions Assets/Materials/Pick-Ups/Green.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Green
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -73,5 +73,5 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.018781245, g: 0.5, b: 0, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0.03137255, g: 0.29411766, b: 0, a: 1}
8 changes: 4 additions & 4 deletions Assets/Materials/Pick-Ups/Pink.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Pink
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -73,5 +73,5 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 0, b: 0.9423084, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0.7490196, g: 0, b: 0.5647059, a: 1}
6 changes: 3 additions & 3 deletions Assets/Materials/Pick-Ups/Pocket-Watch.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Pocket-Watch
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _METALLICGLOSSMAP _NORMALMAP
m_LightmapFlags: 4
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _EMISSION _METALLICGLOSSMAP _NORMALMAP
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 3000
Expand Down Expand Up @@ -75,4 +75,4 @@ Material:
- _ZWrite: 0
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 0.125, g: 0.125, b: 0.125, a: 1}
8 changes: 4 additions & 4 deletions Assets/Materials/Pick-Ups/Red.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Red
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -73,5 +73,5 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 4, g: 0, b: 0, a: 1}
6 changes: 3 additions & 3 deletions Assets/Materials/Pick-Ups/Teapot.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Teapot
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _NORMALMAP _PARALLAXMAP
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION _NORMALMAP _PARALLAXMAP
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -74,4 +74,4 @@ Material:
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0.46226418, g: 0.46226418, b: 0.46226418, a: 1}
- _EmissionColor: {r: 0, g: 0.4, b: 0.5, a: 1}
6 changes: 3 additions & 3 deletions Assets/Materials/Pick-Ups/White.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: White
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -74,4 +74,4 @@ Material:
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 0.9999999, g: 0.9999999, b: 0.9999999, a: 1}
8 changes: 4 additions & 4 deletions Assets/Materials/Pick-Ups/Yellow.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Yellow
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_ShaderKeywords: _EMISSION
m_LightmapFlags: 2
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
Expand Down Expand Up @@ -73,5 +73,5 @@ Material:
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.90465856, g: 1, b: 0, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 1.9137255, g: 2, b: 0, a: 1}
4 changes: 2 additions & 2 deletions Assets/Prefabs/PickUps/Cheshire.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ PrefabInstance:
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 72e0e83bf37bc0d47b103a91d5d012d7, type: 2}
objectReference: {fileID: 2100000, guid: 60f85e564e2567f4e8bbe9e7a2275bad, type: 2}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 8aff45a6fe64ad644a297c3e5450457b, type: 3}
--- !u!4 &8137306341241917512 stripped
Expand Down Expand Up @@ -457,7 +457,7 @@ PrefabInstance:
type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 60f85e564e2567f4e8bbe9e7a2275bad, type: 2}
objectReference: {fileID: 2100000, guid: 72e0e83bf37bc0d47b103a91d5d012d7, type: 2}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 2235a2ee69aa1064da4a7dc79a3020d4, type: 3}
--- !u!4 &8137306342530023710 stripped
Expand Down
34 changes: 17 additions & 17 deletions Assets/Scenes/Credits.unity
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -15.3}
m_AnchoredPosition: {x: 0.049999, y: 14}
m_SizeDelta: {x: 822.7, y: 400.3}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &573761079
Expand All @@ -179,8 +179,8 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_text: Thank you for playing the Demo for Neon Wonderland! This game was created
over the course of 3 weeks for the Games Middleware module in GGK6 BSc(Hons) Computer
Games Programming at Teesside University. A list of sources of assets used can
be found in the readme file attached with this build. Made by Thomas Scott.
Games Programming at Teesside University. A list of all the assets used can be
found in the readme file attached with this build.
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2}
Expand Down Expand Up @@ -249,12 +249,12 @@ MonoBehaviour:
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_textInfo:
textComponent: {fileID: 573761079}
characterCount: 314
characterCount: 289
spriteCount: 0
spaceCount: 54
wordCount: 56
spaceCount: 50
wordCount: 52
linkCount: 0
lineCount: 6
lineCount: 5
pageCount: 1
materialCount: 1
m_isUsingLegacyAnimationComponent: 0
Expand Down Expand Up @@ -314,8 +314,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: -109.29996}
m_SizeDelta: {x: 667.6, y: 581.4}
m_AnchoredPosition: {x: 0.049999, y: -35}
m_SizeDelta: {x: 667.6, y: 408.6}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &611152504
MonoBehaviour:
Expand Down Expand Up @@ -705,7 +705,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: 103.2}
m_AnchoredPosition: {x: 0.049999, y: 44.582}
m_SizeDelta: {x: 525.77, y: 134.8}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1405553392
Expand Down Expand Up @@ -1081,7 +1081,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_text:
m_text: In your journey
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2}
Expand Down Expand Up @@ -1150,13 +1150,13 @@ MonoBehaviour:
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_textInfo:
textComponent: {fileID: 1747239353}
characterCount: 0
characterCount: 15
spriteCount: 0
spaceCount: 0
wordCount: 0
spaceCount: 2
wordCount: 3
linkCount: 0
lineCount: 0
pageCount: 0
lineCount: 1
pageCount: 1
materialCount: 1
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
Expand Down Expand Up @@ -1197,7 +1197,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 14.3, y: -160}
m_AnchoredPosition: {x: 0.0000038147, y: -112}
m_SizeDelta: {x: 794.2, y: 114.7}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1001 &1813509960
Expand Down
Loading

0 comments on commit 34e8bd7

Please sign in to comment.