Skip to content

Commit

Permalink
Update and rename 2D_project_solar_system_ii.py to Planetary_System_V…
Browse files Browse the repository at this point in the history
…isualization.py
  • Loading branch information
sksalahuddin2828 authored Jun 25, 2023
1 parent 2e46cf0 commit 806cd15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import math
import pygame

SCREEN_WIDTH = 1800
SCREEN_HEIGHT = 1800
SCREEN_WIDTH = 2160
SCREEN_HEIGHT = 2160
SUN_RADIUS = 50

# Planet data: name, radius, orbit radius, orbit speed, color
Expand Down

0 comments on commit 806cd15

Please sign in to comment.