Skip to content

Commit

Permalink
change vals back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
rlszabo committed Mar 26, 2023
1 parent ec21ad5 commit d212416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panel/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class IdleWithBallState extends AbstractStaticState {
label = States.idleWithBall;
spriteLabel = 'with_ball';
horizontalDirection = HorizontalDirection.left;
holdTime = 80;
holdTime = 30;
}

export class WalkRightState implements IState {
Expand Down Expand Up @@ -311,7 +311,7 @@ export class RunLeftState extends WalkLeftState {
label = States.runLeft;
spriteLabel = 'walk_fast';
speedMultiplier = 1.6;
holdTime = 30;
holdTime = 130;
}

export class ChaseState implements IState {
Expand Down

0 comments on commit d212416

Please sign in to comment.