Mclilzee / zap-simulator

Zap Matrix Simulator
https://mclilzee.github.io/zap-simulator/
Other
4 stars 16 forks source link

Fix moon icon not changing on container click #30

Closed BlizZard-bot closed 2 years ago

BlizZard-bot commented 2 years ago

I'm a bit iffy about my method to fix this but what I did was I changed the verify function to two functions, verifySun and verifyMoon, then used those two to check which element was clicked

Closes #29

DigitalKnight0 commented 2 years ago

Thanks, this looks good!