Skip to content

Commit

Permalink
add: complete stage 2 map except magic line
Browse files Browse the repository at this point in the history
  • Loading branch information
SohnEugene committed Nov 9, 2024
1 parent 53596e2 commit 8c08afd
Show file tree
Hide file tree
Showing 26 changed files with 5,997 additions and 1,226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Skybox Cubemap Extended Day
m_Shader: {fileID: 4800000, guid: 82881a2d011b0964696411c822cdd00b, type: 3}
m_ShaderKeywords: _ENABLEFOG_ON _ENABLEROTATION_ON
m_ValidKeywords:
- _ENABLEFOG_ON
m_InvalidKeywords: []
m_LightmapFlags: 0
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
Expand Down Expand Up @@ -75,6 +77,7 @@ Material:
m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _Advancedd: 1
- _BumpScale: 1
Expand All @@ -85,15 +88,15 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _EnableFog: 1
- _EnableRotation: 1
- _EnableRotation: 0
- _Exposure: 1
- _Float0: 0
- _FogFill: 0
- _FogHeight: 0.7
- _FogIntensity: 1
- _FogHeight: 0.21
- _FogIntensity: 0.299
- _FogMessage: 0
- _FogPosition: 0
- _FogSmoothness: 0.01
- _FogSmoothness: 0.104
- _Fogg: 1
- _GlossMapScale: 1
- _Glossiness: 0.5
Expand All @@ -118,4 +121,5 @@ Material:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _Tex_HDR: {r: 1, g: 1, b: 0, a: 0}
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
- _TintColor: {r: 0.18213011, g: 0.16700785, b: 0.254717, a: 1}
m_BuildTextureStacks: []
Binary file added Assets/SWPPT3/FBXModels/Electric_Wire.fbx
Binary file not shown.
117 changes: 117 additions & 0 deletions Assets/SWPPT3/FBXModels/Electric_Wire.fbx.meta

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

Binary file added Assets/SWPPT3/FBXModels/Simple_Cube.fbx
Binary file not shown.
112 changes: 112 additions & 0 deletions Assets/SWPPT3/FBXModels/Simple_Cube.fbx.meta

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

Loading

0 comments on commit 8c08afd

Please sign in to comment.