Skip to content

Commit

Permalink
New icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Secret-chest committed Oct 28, 2021
1 parent b62e25a commit 4f0eac4
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
Binary file removed icon.png
Binary file not shown.
62 changes: 62 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# Get project name and set icon
projectName = Path(PROJECT).stem
icon = pygame.image.load("icon.png")
icon = pygame.image.load("icon.svg")

# Create project player and window
display = pygame.display.set_mode([WIDTH, HEIGHT])
Expand Down

0 comments on commit 4f0eac4

Please sign in to comment.