Skip to content

Merge branch z411/powerups_dropondeath (improves on Mario's implementation)

z411 requested to merge z411/powerups_dropondeath into master

This is an improvement on the Mario/powerups_dropondeath branch (!928 (merged)). It now has a setting 1 where the powerup timer keeps running and a setting 2 where the timer gets frozen until someone picks it up.

Improvements:

  • Added a setting 2 that keeps the powerup timer frozen instead of running while it's on the floor.
  • Currently in setting 2 the powerup will expire in a configured amount of seconds (defaults to 20).
  • Shows a waypoint with the time left of the powerup when it's on the ground for both settings.

Fixes:

  • In setting 1 (when timer is running) the powerup will disappear right after it expires. Simple and it works.
Edited by terencehill

Merge request reports