mirror of
https://github.com/ConjureETS/PixelSphinx.git
synced 2026-03-24 10:30:59 +00:00
Landing prouts revenus
This commit is contained in:
parent
48bf509abe
commit
db73333e2a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user