Initial commit

This commit is contained in:
wackyideas 2024-06-13 16:59:18 +02:00
commit 93f678358d
715 changed files with 103197 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
inkscape animation.svg -o animation.png
convert animation.png -crop 8x8@ frame%d.png
for ((i=63;i>=0;i--)); do mv frame$i.png frame$((i + 1)).png; done
for ((i=9;i<=64;i++)); do rm frame$i.png; done
rcc --binary -o snapeffecttextures.smod.rcc snapeffecttextures.qrc