Extend moon level to 1000 tiles with wide platform gaps

Expand moon01.lvl from 200 to 1000 tiles using a Python generator
script. The level features 27 gap sections with floating one-way
platforms at varying heights, progressing from easy (8-tile gaps) to
challenging (22-tile gaps with tiny platforms). 20 asteroids spread
across the level. Increase tilemap line buffer from 1024 to 16384
bytes to support wide levels.
This commit is contained in:
Thomas
2026-03-01 12:17:13 +00:00
parent 8f538274e7
commit 628fa52c52
4 changed files with 254 additions and 37 deletions

View File

@@ -29,3 +29,9 @@ exit counterpart.
## ~~Asteroid refinement~~ ✓
Implemented: base speed 120→200, accel 200→350, respawn 3→6s, stagger 0-3→0-8s,
random horizontal drift (±60 px/s), moon level reduced from 24 to 8 asteroids.
## Jetpack boost blue flame effects
- Add continuous blue flame particles trailing from the player during jetpack
boost (while boost is active, not just on burst)
- Add blue accents to the jetpack burst effect itself — mix blue flame particles
into the existing yellow/orange exhaust plume