We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac9ab6 commit 9437c95Copy full SHA for 9437c95
src/ai/can-chase/can_chase_screen.ts
@@ -5,7 +5,7 @@ import { Screen } from '@lib/screen/screen';
5
import { Gfx3CameraOrbit } from '@lib/gfx3_camera/gfx3_camera_orbit';
6
import { Gfx3Jolt } from '@lib/gfx3_physics/gfx3_physics_jolt';
7
// ---------------------------------------------------------------------------------------
8
-import { PhysicsSystem, CanComponent, PlayerComponent, LAYER_MOVING, LAYER_NON_MOVING } from './physics';
+import { PhysicsSystem, CanComponent, PlayerComponent, LAYER_NON_MOVING } from './physics';
9
import { GraphicsSystem } from './graphics';
10
import { EntityComponent } from './entity';
11
import { InputSystem, InputComponent } from './input';
0 commit comments