mirror of
https://github.com/ConjureETS/PixelSphinx.git
synced 2026-03-25 11:00:59 +00:00
Merge branch 'master' of https://github.com/ETSConjure/PixelSphinx
This commit is contained in:
commit
c1c7453ac2
@ -46,7 +46,8 @@ public class Astronaut : MonoBehaviour {
|
|||||||
|
|
||||||
if (oldState == AstronautState.Dashing)
|
if (oldState == AstronautState.Dashing)
|
||||||
{
|
{
|
||||||
_astronautAnimator.Idle();
|
_astronautAnimator.Land();
|
||||||
|
//_astronautAnimator.Idle();
|
||||||
}
|
}
|
||||||
else if (State == AstronautState.Walking)
|
else if (State == AstronautState.Walking)
|
||||||
{
|
{
|
||||||
@ -148,6 +149,7 @@ public class Astronaut : MonoBehaviour {
|
|||||||
if (State == AstronautState.Dashing)
|
if (State == AstronautState.Dashing)
|
||||||
{
|
{
|
||||||
planet.PushWedge(this.theta);
|
planet.PushWedge(this.theta);
|
||||||
|
|
||||||
State = AstronautState.Idle;
|
State = AstronautState.Idle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,20 +281,4 @@ public class Astronaut : MonoBehaviour {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnGUI()
|
|
||||||
{
|
|
||||||
if (GUI.Button(new Rect(10, 10, 150, 50), State.ToString()))
|
|
||||||
{
|
|
||||||
Stun();
|
|
||||||
Debug.Log("Clicked the button with an image");
|
|
||||||
//_astronautAnimator.Walk();
|
|
||||||
//Eject();
|
|
||||||
}
|
|
||||||
/* if (GUI.Button(new Rect(60, 10, 150, 50), "Stop"))
|
|
||||||
{
|
|
||||||
Debug.Log("Clicked the button with an image");
|
|
||||||
_astronautAnimator.StopWalk();
|
|
||||||
//Eject();
|
|
||||||
}*/
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,20 +44,17 @@ public class Earthquake : MonoBehaviour {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnGUI()
|
|
||||||
{
|
|
||||||
if (GUI.Button(new Rect(100, 100, 50, 50), "BOOM"))
|
|
||||||
{
|
|
||||||
Debug.Log("Clicked the button with an image");
|
|
||||||
EarthquakeBoom();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void EarthquakeBoom()
|
private void EarthquakeBoom()
|
||||||
{
|
{
|
||||||
isExploding = true;
|
isExploding = true;
|
||||||
StartCoroutine(Explode());
|
StartCoroutine(Explode());
|
||||||
Instantiate(ExplosionParticle);
|
Instantiate(ExplosionParticle);
|
||||||
|
|
||||||
|
var audioBoom = gameObject.GetComponent<AudioSource>();
|
||||||
|
audioBoom.bypassListenerEffects = true;
|
||||||
|
AudioSource.PlayClipAtPoint(audioBoom.clip, transform.position, audioBoom.volume);
|
||||||
|
|
||||||
|
|
||||||
var camera = GameObject.Find("Main Camera");
|
var camera = GameObject.Find("Main Camera");
|
||||||
if (camera)
|
if (camera)
|
||||||
{
|
{
|
||||||
|
|||||||
BIN
Assets/Sounds/A_SFX_Planet_Explosion_01.wav
Normal file
BIN
Assets/Sounds/A_SFX_Planet_Explosion_01.wav
Normal file
Binary file not shown.
22
Assets/Sounds/A_SFX_Planet_Explosion_01.wav.meta
Normal file
22
Assets/Sounds/A_SFX_Planet_Explosion_01.wav.meta
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d1c2b1851e3fc7147bf24267eabf01fd
|
||||||
|
timeCreated: 1460236386
|
||||||
|
licenseType: Pro
|
||||||
|
AudioImporter:
|
||||||
|
serializedVersion: 6
|
||||||
|
defaultSettings:
|
||||||
|
loadType: 0
|
||||||
|
sampleRateSetting: 0
|
||||||
|
sampleRateOverride: 44100
|
||||||
|
compressionFormat: 1
|
||||||
|
quality: 1
|
||||||
|
conversionMode: 0
|
||||||
|
platformSettingOverrides: {}
|
||||||
|
forceToMono: 0
|
||||||
|
normalize: 1
|
||||||
|
preloadAudioData: 1
|
||||||
|
loadInBackground: 0
|
||||||
|
3D: 1
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@ -273,6 +273,84 @@ Transform:
|
|||||||
- {fileID: 10252813}
|
- {fileID: 10252813}
|
||||||
m_Father: {fileID: 0}
|
m_Father: {fileID: 0}
|
||||||
m_RootOrder: 6
|
m_RootOrder: 6
|
||||||
|
--- !u!1 &630993819 stripped
|
||||||
|
GameObject:
|
||||||
|
m_PrefabParentObject: {fileID: 176468, guid: 198e988adacced646a19f757f6237ae1, type: 2}
|
||||||
|
m_PrefabInternal: {fileID: 1469146136}
|
||||||
|
--- !u!82 &630993821
|
||||||
|
AudioSource:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_PrefabParentObject: {fileID: 0}
|
||||||
|
m_PrefabInternal: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 630993819}
|
||||||
|
m_Enabled: 1
|
||||||
|
serializedVersion: 4
|
||||||
|
OutputAudioMixerGroup: {fileID: 0}
|
||||||
|
m_audioClip: {fileID: 8300000, guid: d1c2b1851e3fc7147bf24267eabf01fd, type: 3}
|
||||||
|
m_PlayOnAwake: 0
|
||||||
|
m_Volume: 1
|
||||||
|
m_Pitch: 1
|
||||||
|
Loop: 0
|
||||||
|
Mute: 0
|
||||||
|
Spatialize: 0
|
||||||
|
Priority: 128
|
||||||
|
DopplerLevel: 1
|
||||||
|
MinDistance: 1
|
||||||
|
MaxDistance: 500
|
||||||
|
Pan2D: 0
|
||||||
|
rolloffMode: 0
|
||||||
|
BypassEffects: 0
|
||||||
|
BypassListenerEffects: 1
|
||||||
|
BypassReverbZones: 0
|
||||||
|
rolloffCustomCurve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0
|
||||||
|
value: 1
|
||||||
|
inSlope: 0
|
||||||
|
outSlope: 0
|
||||||
|
tangentMode: 0
|
||||||
|
- time: 1
|
||||||
|
value: 0
|
||||||
|
inSlope: 0
|
||||||
|
outSlope: 0
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
m_RotationOrder: 4
|
||||||
|
panLevelCustomCurve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0
|
||||||
|
value: 0
|
||||||
|
inSlope: 0
|
||||||
|
outSlope: 0
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
m_RotationOrder: 0
|
||||||
|
spreadCustomCurve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0
|
||||||
|
value: 0
|
||||||
|
inSlope: 0
|
||||||
|
outSlope: 0
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
m_RotationOrder: 4
|
||||||
|
reverbZoneMixCustomCurve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- time: 0
|
||||||
|
value: 1
|
||||||
|
inSlope: 0
|
||||||
|
outSlope: 0
|
||||||
|
tangentMode: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
m_RotationOrder: 0
|
||||||
--- !u!4 &780956563 stripped
|
--- !u!4 &780956563 stripped
|
||||||
Transform:
|
Transform:
|
||||||
m_PrefabParentObject: {fileID: 494126, guid: acd71c7b2f995984d9033c9dc4e257dc, type: 2}
|
m_PrefabParentObject: {fileID: 494126, guid: acd71c7b2f995984d9033c9dc4e257dc, type: 2}
|
||||||
@ -601,7 +679,7 @@ Prefab:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 11401034, guid: 198e988adacced646a19f757f6237ae1, type: 2}
|
- target: {fileID: 11401034, guid: 198e988adacced646a19f757f6237ae1, type: 2}
|
||||||
propertyPath: CriticalMax
|
propertyPath: CriticalMax
|
||||||
value: 0.75
|
value: 0.9
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 11401034, guid: 198e988adacced646a19f757f6237ae1, type: 2}
|
- target: {fileID: 11401034, guid: 198e988adacced646a19f757f6237ae1, type: 2}
|
||||||
propertyPath: ExplosionParticle
|
propertyPath: ExplosionParticle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user