]> Skullheadx's Git Forge - Pygame-Jam.git/commitdiff
Update main.py
authorSkullheadx <704277@pdsb.net>
Wed, 6 Jul 2022 00:19:08 +0000 (20:19 -0400)
committerSkullheadx <704277@pdsb.net>
Wed, 6 Jul 2022 00:19:08 +0000 (20:19 -0400)
main.py

diff --git a/main.py b/main.py
index 0fd98bff4bcd097f66d1fb53838d5e758b46860e..07e0b3ffeedf54cb3997ea9ffecd37b9c3fc62a0 100644 (file)
--- a/main.py
+++ b/main.py
@@ -16,9 +16,7 @@ fps = 60
 
 screen = pg.display.set_mode(dimensions, pg.SCALED)
 
-
 delta = 1000//fps
-
 is_running = True
 while is_running:
     screen.fill((255,255,255))