Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBarca committed Aug 12, 2018
1 parent 80d1e88 commit b504f98
Show file tree
Hide file tree
Showing 18 changed files with 2,996 additions and 8,372 deletions.
3 changes: 3 additions & 0 deletions LoPetaEntertainment/Assets/BadGuy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ public class BadGuy : MonoBehaviour {
void Start () {}
void Update () {}

public AudioSource source;
public AudioClip focaHit;
public void Damage(float strength)
{
life -= strength;
alive = life > 0.0f;
source.PlayOneShot(focaHit);
gameObject.SetActive(alive);
}
}
10 changes: 5 additions & 5 deletions LoPetaEntertainment/Assets/BulletMaterial.mat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInternal: {fileID: 0}
m_Name: BulletMaterial
m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _EMISSION
m_LightmapFlags: 0
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
Expand Down Expand Up @@ -37,7 +37,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Texture: {fileID: 2800000, guid: 7f54e589b3a4c634cb6ee81c1fb627ba, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
Expand Down Expand Up @@ -71,7 +71,7 @@ Material:
- _DistortionStrength: 1
- _DistortionStrengthScaled: 0
- _DstBlend: 10
- _EmissionEnabled: 0
- _EmissionEnabled: 1
- _FlipbookMode: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
Expand All @@ -91,7 +91,7 @@ Material:
- _ZWrite: 0
m_Colors:
- _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0}
- _Color: {r: 0.6698113, g: 0.6698113, b: 0.6698113, a: 1}
- _Color: {r: 0.8301887, g: 0.81844074, b: 0.81844074, a: 1}
- _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0}
18 changes: 9 additions & 9 deletions LoPetaEntertainment/Assets/CustomMotionVectorDebugProfile.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MonoBehaviour:
debugViews:
m_Enabled: 1
m_Settings:
mode: 3
mode: 0
depth:
scale: 1
motionVectors:
Expand All @@ -40,10 +40,10 @@ MonoBehaviour:
stationaryBlending: 0.95
motionBlending: 0.85
ambientOcclusion:
m_Enabled: 0
m_Enabled: 1
m_Settings:
intensity: 4
radius: 10
intensity: 0.6
radius: 0.3
sampleCount: 3
downsampling: 1
forceForwardCompatibility: 1
Expand Down Expand Up @@ -134,9 +134,9 @@ MonoBehaviour:
colorWheels:
mode: 1
log:
slope: {r: 0, g: 0, b: 0, a: 0}
power: {r: 0, g: 0, b: 0, a: 0}
offset: {r: 0, g: 0, b: 0, a: 0}
slope: {r: 1, g: 1, b: 1, a: 0}
power: {r: 1, g: 1, b: 1, a: 0}
offset: {r: 1, g: 1, b: 1, a: 0}
linear:
lift: {r: 0, g: 0, b: 0, a: 0}
gamma: {r: 0, g: 0, b: 0, a: 0}
Expand Down Expand Up @@ -317,12 +317,12 @@ MonoBehaviour:
size: 1
luminanceContribution: 0.8
vignette:
m_Enabled: 0
m_Enabled: 1
m_Settings:
mode: 0
color: {r: 0, g: 0, b: 0, a: 1}
center: {x: 0.5, y: 0.5}
intensity: 0.45
intensity: 0.23
smoothness: 0.2
roundness: 1
mask: {fileID: 0}
Expand Down
Loading

0 comments on commit b504f98

Please sign in to comment.