mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Ball no longer continues through bricks with piercing + sturdy bricks
This commit is contained in:
parent
021f25cf7c
commit
7d8f5f59b0
5 changed files with 91 additions and 229 deletions
|
@ -28,8 +28,6 @@ echo "\"$versionCode\"" > src/version.json
|
|||
# remove all exif metadata from pictures, because i think fdroid doesn't like that. odd
|
||||
find -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
|
||||
|
||||
# expose the git log to the app itself
|
||||
git log --pretty=format:' %s' > src/git-log.txt
|
||||
|
||||
npx prettier --write src/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue