NTUT-FUCK-PTSD / Fuck-PTSD

This is a repo about rewriting the game `crypt of the necrodancer` in OOP Lab
MIT License
2 stars 2 forks source link

"Add "No Beat" functionality to Dungeon Map" #155

Closed HeavenManySugar closed 3 months ago

HeavenManySugar commented 3 months ago

This pull request adds a new functionality to the Dungeon Map called "No Beat". When the "No Beat" mode is activated, the map will no longer respond to the beat of the music. This functionality is implemented by adding a new boolean flag m_NoBeat to the Map class and updating the ClickEvent and TempoTrigger methods accordingly.