Skip to content

Commit bcd50d5

Browse files
committed
Changing asset path to match new folder structure
1 parent 8314817 commit bcd50d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top-python-game-engines/arcade/arcade_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
TITLE = "Arcade Sample Game"
2626

2727
# Location of our assets
28-
ASSETS_PATH = Path.cwd() / "arcade" / "assets"
28+
ASSETS_PATH = Path.cwd() / "assets"
2929

3030
# How many coins must be on the screen before the game is over?
3131
COIN_COUNT = 10

0 commit comments

Comments
 (0)