phantomcastle: add background music
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
assets_files = assets/bg1k.png assets/brick.png assets/coin.png assets/ghost.png assets/win.png
|
||||
assets_files = assets/bg1k.png assets/brick.png assets/coin.png assets/ghost.png assets/win.png assets/bg.ogg
|
||||
|
||||
all: build/web.zip
|
||||
|
||||
assets:
|
||||
mkdir assets
|
||||
|
||||
assets/%.png: assets $(../../assets/*.png)
|
||||
assets/%: assets $(../../assets/*)
|
||||
cp ../../$@ assets/
|
||||
|
||||
build/web: Makefile main.py $(assets_files)
|
||||
|
Reference in New Issue
Block a user