Skip to content

Commit

Permalink
to 0.19.1 後鬼さんスタイル追加 (#71)
Browse files Browse the repository at this point in the history
* 仮でアイコン等追加

* アイコン等追加

* サンプルボイス追加
  • Loading branch information
Hiroshiba authored May 29, 2024
1 parent a113b6a commit 70ed80c
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/resize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for i in ./character_info/*/icons/*.png; do
if [ -f "${i/%/_large}" ]; then continue; fi
echo "---"
mv "$i" "${i/%/_large}"
convert -resize 256x256 "${i/%/_large}" "$i"
magick convert -resize 256x256 "${i/%/_large}" "$i"
file "${i%/*}"/*
done
echo "--->done!"

0 comments on commit 70ed80c

Please sign in to comment.