Redesign asteroids: cold moonrock art, bigger impact explosions

Replace warm brown asteroid sprites with cold grey cratered moonrock
using irregular silhouettes and crater detail. No burning/fire trail
since there is no atmosphere on the moon — trail is now grey dust
debris. Ground impact uses a 4-layer explosion: rock shrapnel, dust
plume, ground-level dust spread, and a brief white flash. Player-hit
also gets shrapnel + dust cloud instead of the old small puff.
This commit is contained in:
Thomas
2026-03-01 12:01:38 +00:00
parent df325ca160
commit fc33658f75
3 changed files with 133 additions and 18 deletions

3
Containerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
ENTRYPOINT ["/game.wasm"]
COPY /src/dist-web/jnr.wasm /game.wasm