Add jetpack fuel pickup and slow base recharge to 30s

Jetpack charges now take 30s to passively recharge (up from 3s),
making fuel management a core gameplay loop. A new fuel canister
powerup (POWERUP_FUEL) restores exactly one charge on pickup.

The existing jetpack powerup remains as the rare full-refill + 15s
boost. Fuel pickups replace most procedural jetpack spawns at higher
spawn rates to compensate for the weaker per-pickup value. Fuel
canisters also appear in corridors and arenas.

Adds orange canister pixel art, editor icon, entity registry entry,
and places fuel pickups throughout moon01.
This commit is contained in:
Thomas
2026-03-01 18:06:32 +00:00
parent fdba6ef077
commit bb0b9ddce1
11 changed files with 135 additions and 27 deletions

View File

@@ -253,6 +253,8 @@ static const uint64_t s_icon_bitmaps[ICON_COUNT] = {
0x006C7E7E3E1C0800ULL,
/* ICON_BOLT: lightning bolt */
0x0C1C18387060C000ULL,
/* ICON_FUEL: fuel canister */
0x003C4242423C1800ULL,
/* ICON_DRONE: quad-rotor */
0x00427E3C3C7E4200ULL,
/* ICON_GUN: pistol shape */