Skip to content

Commit

Permalink
Update NASA_Solar_System_Simulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sksalahuddin2828 authored Jun 25, 2023
1 parent 267d94e commit 2799a5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NASA_Solar_System_Simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import pygame
from pygame.locals import *

SCREEN_WIDTH = 1580
SCREEN_HEIGHT = 1580

SCREEN_WIDTH = 1850
SCREEN_HEIGHT = 1850
SUN_RADIUS = 50

# Speed up
Expand Down

0 comments on commit 2799a5e

Please sign in to comment.