Commit graph

7 commits

Author SHA1 Message Date
Eidolon
a4d304a1f5 Update copyright years to 2025 2025-02-13 15:32:26 -06:00
James R
254597bece Copyright fixup: James Robert Roman 2024-03-28 19:01:38 -07:00
SteelT
126c43b250 Rename BATTLE_POWERUP_ANIM_TIME to BATTLE_POWERUP_VFX_TIME 2024-03-01 20:03:57 -05:00
SteelT
5181c7a6c2 Associate sounds with powerups and set g_darkness 2024-03-01 20:03:57 -05:00
James R
6aa6b8c939 K_AnyPowerUpRemaining: return bit mask 2023-11-16 21:08:30 -08:00
James R
c01a29c42a Add Power-Up Aura
- Spawns on player when they use their first power-up
- Lasts as long as player has any power-up
- A hexagon of animated, additive, fullbright papersprites
  surround and move with the player, takes player's angle
2023-06-29 19:37:22 -07:00
James R
919c669863 Drop power-ups when whipped
- Dropped power-ups become paper items (overloaded to
  store power-ups instead of items).
- The dropped power-up stores its remaining duration.
- The power-up can be picked up during any state.
  - If you already have the same kind of power-up, the
    duration is simply extended.
2023-06-27 02:08:07 -07:00