Nocturna
    Preparing search index...

    IdleState handles the player's behavior when standing still on the ground.

    • Stops horizontal movement.
    • Transitions to JumpingState, MovingState, or FallingState based on input and grounded state.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Type: string = "idle"

    Methods