Skip to content

Commit

Permalink
added sounds, made secondary fire usable, improved missile looks, add…
Browse files Browse the repository at this point in the history
…ed score counter

also tried to make HUD and settings screen work, but UI framework is not willing to cooperate.
  • Loading branch information
Tayou committed Mar 29, 2021
1 parent 9e7f10c commit 33ed45f
Show file tree
Hide file tree
Showing 79 changed files with 3,077 additions and 605 deletions.
108 changes: 108 additions & 0 deletions Assets/Materials/Spaceship Hull Dark.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Spaceship Hull Dark
m_Shader: {fileID: 4800000, guid: 6e8bdbc511da9074bbf6e2d7d3c7c40c, type: 3}
m_ShaderKeywords:
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Cube:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _AdvancedChannels: 0
- _BumpScale: 1
- _Cull: 0
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0
- _GlossyReflections: 1
- _LitRim: 0
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Outline: 1
- _OutlineColorMix: 0
- _OutlineEnabled: 0
- _Parallax: 0.02
- _RampSmooth: 1
- _RampThreshold: 0
- _RimMax: 1
- _RimMin: 0
- _ShadowToggle: 0
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _Stencil: 0
- _StylizeRamp: 0
- _StylizeRim: 0
- _StylizeSpecular: 0
- _UVSec: 0
- _UseProbe: 1
- _ZWrite: 1
- _glossChannel: 3
- _heightChannel: 1
- _maskChannel: 3
- _metallicChannel: 0
- _occlusionChannel: 1
- _specularBrightness: 1
m_Colors:
- _Color: {r: 0.11320752, g: 0.11320752, b: 0.11320752, a: 1}
- _DetColor: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0.8603976, g: 0.8603976, b: 0.8603976, a: 1}
- _FakeLight: {r: 0, g: 0.5, b: 1, a: 1}
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
- _ShadowColor: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
8 changes: 8 additions & 0 deletions Assets/Materials/Spaceship Hull Dark.mat.meta

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

Binary file added Assets/Models/Missile.fbx
Binary file not shown.
112 changes: 112 additions & 0 deletions Assets/Models/Missile.fbx.meta

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

Binary file added Assets/Models/MissileBarrage.fbx
Binary file not shown.
102 changes: 102 additions & 0 deletions Assets/Models/MissileBarrage.fbx.meta

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

2 changes: 1 addition & 1 deletion Assets/Models/Ship1/one.fbx.meta

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

Binary file modified Assets/Models/Ship2/Darkzov.fbx
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Models/Ship2/Darkzov.fbx.meta

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

6 changes: 3 additions & 3 deletions Assets/Models/Ship4/Spacestrider.fbx.meta

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

Binary file added Assets/Models/missileLauncher.fbx
Binary file not shown.
Loading

0 comments on commit 33ed45f

Please sign in to comment.