phantomcastle: add background music

This commit is contained in:
2024-04-06 22:50:23 +03:00
parent ee2c47dc2f
commit a985199441
6 changed files with 56 additions and 2 deletions
assets
pygame-wasm/phantomcastle

@@ -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)