Skip to content

Commit

Permalink
are you changning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilhenry committed Aug 29, 2024
1 parent d4d3baa commit d5143e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
SPRT_SELECTED_MARBLE = pygame.image.load(PATH_SPRITES / "select_ring.png")
SPRT_SELECTED_MARBLE = pygame.transform.scale(SPRT_SELECTED_MARBLE, (18 * SCALE_FACTOR, 18 * SCALE_FACTOR)) # scaling factor 3

#"this is some new code hello wasm"

# Sounds
SND_BG = pygame.mixer.Sound(str(PATH_AUDIO / "soundtrack.ogg"))
SND_MOVE = pygame.mixer.Sound(str(PATH_AUDIO / "marble1.ogg"))
Expand Down

0 comments on commit d5143e5

Please sign in to comment.