phantomcastle: universal version + split

This commit is contained in:
2024-04-06 13:30:07 +03:00
parent 6ee4776711
commit f0d60d50a8
12 changed files with 806 additions and 729 deletions

@@ -9,7 +9,7 @@ assets/%.png: assets $(../../assets/*.png)
cp ../../$@ assets/
build/web: Makefile main.py $(assets_files)
pygbag --width 1000 --height 1000 --can_close 1 --title "Призрачный лабиринт: сокровища небесного замка" --build .
pygbag --width 1000 --height 1000 --can_close 1 --title "Призрачный лабиринт: сокровища небесного замка" --icon assets/ghost.png --build .
sed -i -e "s|https://pygame-web.github.io/archives/0.9/|https://b4tman.ru/phantomcastle/pygbag/0.9/|g" build/web/index.html
sed -i -e "s|en-us|ru-RU|g" build/web/index.html