]> Skullheadx's Git Forge - Electric-Dipoles.git/commitdiff
Update main.py
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Fri, 24 Nov 2023 21:58:49 +0000 (16:58 -0500)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Fri, 24 Nov 2023 21:58:49 +0000 (16:58 -0500)
main.py

diff --git a/main.py b/main.py
index 2e1fd6e9e473f75aab5b2bd25cd3f84f61238aec..0c468e5efc43c6eb1d7065f4f08ebdc333622d94 100644 (file)
--- a/main.py
+++ b/main.py
@@ -12,7 +12,7 @@ is_running = True
 clock = pygame.Clock()
 delta = 0
 
-particles = [PointParticle((SCREEN_WIDTH / 3, SCREEN_HEIGHT / 2)),
+particles = [PointParticle((SCREEN_WIDTH / 3, SCREEN_HEIGHT / 2), 1.6e-19),
              PointParticle((SCREEN_WIDTH * 2 / 3, SCREEN_HEIGHT / 2), -1.6e-19)]
 
 while is_running: