Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
08BitPixels committed Nov 25, 2024
1 parent e7d54a9 commit 632b446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def splashscreen_size(img_size: tuple[int, int], screen_size: tuple[int, int]) -
# Default Settings
DEFAULT_CONFIG = {

'SCREEN_WIDTH': 1080,
'SCREEN_HEIGHT': 720,
'SCREEN_WIDTH': 1000,
'SCREEN_HEIGHT': 750,
'FPS': 60,

'MUSIC_VOL': 1.0,
Expand Down

0 comments on commit 632b446

Please sign in to comment.