add pygame-wasm/phantomcastle
This commit is contained in:
12
pygame-wasm/phantomcastle/Makefile
Normal file
12
pygame-wasm/phantomcastle/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
assets_files = assets/bg1k.png assets/brick.png assets/coin.png assets/ghost.png assets/win.png
|
||||
|
||||
all: build/web.zip
|
||||
|
||||
assets:
|
||||
mkdir assets
|
||||
|
||||
assets/%.png: assets $(../../assets/*.png)
|
||||
cp ../../$@ assets/
|
||||
|
||||
build/web.zip: Makefile main.py $(assets_files)
|
||||
pygbag --width 1000 --height 1000 --build --archive .
|
Reference in New Issue
Block a user