Skip to content

Commit 9437c95

Browse files
committed
update some ai creations
1 parent fac9ab6 commit 9437c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/can-chase/can_chase_screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Screen } from '@lib/screen/screen';
55
import { Gfx3CameraOrbit } from '@lib/gfx3_camera/gfx3_camera_orbit';
66
import { Gfx3Jolt } from '@lib/gfx3_physics/gfx3_physics_jolt';
77
// ---------------------------------------------------------------------------------------
8-
import { PhysicsSystem, CanComponent, PlayerComponent, LAYER_MOVING, LAYER_NON_MOVING } from './physics';
8+
import { PhysicsSystem, CanComponent, PlayerComponent, LAYER_NON_MOVING } from './physics';
99
import { GraphicsSystem } from './graphics';
1010
import { EntityComponent } from './entity';
1111
import { InputSystem, InputComponent } from './input';

0 commit comments

Comments
 (0)