Skip to content

Commit 4f0eac4

Browse files
committed
New icon
1 parent b62e25a commit 4f0eac4

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

icon.png

-8.02 KB
Binary file not shown.

icon.svg

Lines changed: 62 additions & 0 deletions
Loading

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
# Get project name and set icon
6565
projectName = Path(PROJECT).stem
66-
icon = pygame.image.load("icon.png")
66+
icon = pygame.image.load("icon.svg")
6767

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

0 commit comments

Comments
 (0)