Rudxain / RGB-digital-rain

The Matrix "falling code/letter rain" animation but RGB. No more monochromatic green!
https://rudxain.github.io/RGB-digital-rain/
GNU Affero General Public License v3.0
14 stars 3 forks source link

Add a "debug mode" #9

Closed Rudxain closed 2 years ago

Rudxain commented 2 years ago

Add a developer/debug mode that "unlocks" constants, such that the code can be modified in the browser dev console while the code is running. This would allow users to modify the animation while the settings feature isn't implemented, and would make testing and debugging easier and more fun. I'll implement it by conditionally executing code based on the content of location.href, so the mode only activates at page-load-time if the user knows the "special URL" or clicks a link containing it

Rudxain commented 2 years ago

This is already kinda implemented, I don't see any reason to add this, other than being an Easter Egg