Skip to content

Commit

Permalink
Update Mob.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 authored Jul 27, 2024
1 parent a67bad7 commit ffc0957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Mob extends Spaceship {
isReadyToFire = false;
isSleeping = false;
isAggresive = true;
disableAi = true;
disableAi = false;

readyToFireEvent: Phaser.Time.TimerEvent | null;
sleepEvent: Phaser.Time.TimerEvent | null;
Expand Down

0 comments on commit ffc0957

Please sign in to comment.