diff --git a/src/app/game/actors/skier.ts b/src/app/game/actors/skier.ts index c96a8c1..1472bb3 100644 --- a/src/app/game/actors/skier.ts +++ b/src/app/game/actors/skier.ts @@ -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';