add cool gif

This commit is contained in:
Nishi 2026-01-12 21:50:18 +09:00
commit 67fc9a8980
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 10 additions and 3 deletions

6
engine/logo.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
rm -f logo*.png
povray +W512 +H512 +Oresource/logo/logo.png resource/logo/logo.pov
povray +W128 +H128 +KFF45 resource/logo/logo.pov
convert -delay 10 logo*.png resource/logo/logo.gif
rm -f logo*.png