nighthawkcoders / game_levels_mp

Engineering game repository
Apache License 2.0
1 stars 13 forks source link

Added Random Events that trigger with the Item Block #61

Closed DanielFitzwilliam closed 7 months ago

DanielFitzwilliam commented 7 months ago

Updates: Reworked the random event system, adding a new variable "randomEventState" to give random events a duration. Added 2 new random events, one that freezes all Goombas, and another that kills a random Goomba. Added a guide for creating a random event.