Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Mar 11, 2025
1 parent 08d0b88 commit 13f509c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/entities/playable/worm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { WormState, InnerWormState } from "./wormState";
import { filter, first } from "rxjs";
import { TweenEngine } from "../../motion/tween";
import { TiledSpriteAnimated } from "../../utils/tiledspriteanimated";
import { getConditionTint, PlayableCondition } from "./conditions";
import { getConditionTint } from "./conditions";

export enum EndTurnReason {
TimerElapsed = 0,
Expand Down
1 change: 0 additions & 1 deletion src/scenarios/netGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { combineLatest, filter } from "rxjs";
import { RoundState } from "../logic/gamestate";
import { RunningNetGameInstance } from "../net/netgameinstance";
import { Mine } from "../entities/phys/mine";
import { PlayableCondition } from "../entities/playable/conditions";

const log = new Logger("scenario");

Expand Down

0 comments on commit 13f509c

Please sign in to comment.