FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

v1.6.4: Fixed inconsistent cop movements & calibrated tempo #34

Closed FrostyNick closed 1 year ago

FrostyNick commented 1 year ago

Rhythm to do is written in #28 as of right now. It probably should be a separate issue.

netlify[bot] commented 1 year ago

Deploy Preview for projectrhythmswipe ready!

Name Link
Latest commit 7d2d1f2739cd56c4f2624b1ec141a3e7f8989236
Latest deploy log https://app.netlify.com/sites/projectrhythmswipe/deploys/64a5c7d90e21150008a94951
Deploy Preview https://deploy-preview-34--projectrhythmswipe.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

FrostyNick commented 1 year ago

@FrostyNick Everything looks good. Though, I am confused on line 55 and line 958. It seems that 'lockPatternUsed' is set to False initially in line 55, but why is it resetting to True in the 'resetEnemies()' class on line 958? Would it need to reset to False instead of True in line 958?

Right. I will make them false.

FrostyNick commented 1 year ago

@FrostyNick Everything looks good to me! Please make sure you Test everything else just in case and feel free to merge!

Tested online (one commit behind) and locally on Expert and Easy. Everything seems good so I will merge.