Compare commits
No commits in common. "c428099b9ece175244fc1b5464b8f9a363f109b3" and "b2fb120b6badf625d253f928d3ce3760f42110e4" have entirely different histories.
c428099b9e
...
b2fb120b6b
2 changed files with 0 additions and 11 deletions
9
justfile
9
justfile
|
|
@ -1,9 +1,6 @@
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
dev:
|
|
||||||
bun run dev
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
bun run lint
|
bun run lint
|
||||||
|
|
||||||
|
|
@ -14,9 +11,3 @@ test:
|
||||||
bun run test
|
bun run test
|
||||||
|
|
||||||
check: lint typecheck test
|
check: lint typecheck test
|
||||||
|
|
||||||
build:
|
|
||||||
bun run build
|
|
||||||
|
|
||||||
neocities: build
|
|
||||||
bashcities -n -p ants push
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ export default class ScreenScene extends AbstractScene {
|
||||||
);
|
);
|
||||||
|
|
||||||
this.groundMaterial = ground.material;
|
this.groundMaterial = ground.material;
|
||||||
ground.frustumCulled = false;
|
|
||||||
|
|
||||||
this.add(ground);
|
this.add(ground);
|
||||||
|
|
||||||
|
|
@ -188,7 +187,6 @@ export default class ScreenScene extends AbstractScene {
|
||||||
);
|
);
|
||||||
|
|
||||||
ants.position.x = ants.position.y = -0.5;
|
ants.position.x = ants.position.y = -0.5;
|
||||||
ants.frustumCulled = false;
|
|
||||||
|
|
||||||
this.add(ants);
|
this.add(ants);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue