diff --git a/README.md b/README.md index 1d58be3..d34b473 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ _Built on Python using the PyGame module._ ### To Install Correctly Go to the _Releases_ Page and download the .exe file in the latest release. -(DON'T download the code itself) +(DON'T download the code itself) \ No newline at end of file diff --git a/__pycache__/constants.cpython-312.pyc b/__pycache__/constants.cpython-312.pyc index 6144f65..10f3825 100644 Binary files a/__pycache__/constants.cpython-312.pyc and b/__pycache__/constants.cpython-312.pyc differ diff --git a/constants.py b/constants.py index 8c798ff..480a2af 100644 --- a/constants.py +++ b/constants.py @@ -2,7 +2,7 @@ WIDTH, HEIGHT = 1080, 720 CENTRE_X = WIDTH / 2 CENTRE_Y = HEIGHT / 2 -FPS = 144 +FPS = 0 # Audio MUSIC_VOL = 0.25 diff --git a/main.py b/main.py index 42cc8db..90d3b4b 100644 --- a/main.py +++ b/main.py @@ -895,4 +895,4 @@ def main(): pygame.display.update() clock.tick(FPS) -main() +main() \ No newline at end of file