Skip to content

Commit

Permalink
Revert "話者ごとにicon.pngを作る (#69)" (#74)
Browse files Browse the repository at this point in the history
* Revert "話者ごとにicon.pngを作る (#69)"

This reverts commit b59b147.

* ここは戻さなくても良い

* 後鬼さんのはこっち
  • Loading branch information
Hiroshiba authored Jul 31, 2024
1 parent 923b43e commit 6ec1fb2
Show file tree
Hide file tree
Showing 102 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.
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.
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.
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.
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.
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.
2 changes: 1 addition & 1 deletion scripts/resize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

# .png_large がなかったら、.png を .png_large にリネームしたあと 256x256 の .png を作成する
# .png が 256x256 だった場合は何もしない
for i in ./character_info/*/icon.png ./character_info/*/icons/*.png; do
for i in ./character_info/*/icons/*.png; do
if [ -f "${i/%/_large}" ]; then continue; fi
if [ "$(magick identify -format "%w %h" "$i")" = "256 256" ]; then continue; fi
echo "---"
Expand Down

0 comments on commit 6ec1fb2

Please sign in to comment.