Skip to content

Commit

Permalink
refactor(skier): format file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 29, 2024
1 parent 5f67f78 commit 2c9482e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/game/actors/skier.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
Actor,
CollisionType,
type Engine,
type GpuParticleEmitter,
vec
} from 'excalibur';
import { Actor, CollisionType, type Engine, type GpuParticleEmitter, vec } from 'excalibur';
import { Config } from '../config';
import { Resources } from '../resources';
import type { Race } from '../scenes/race';
Expand Down

0 comments on commit 2c9482e

Please sign in to comment.