Updated all fonts.

This commit is contained in:
m3rein
2020-09-07 15:35:16 +02:00
parent a4f5eb16ea
commit 3890116ed7
13 changed files with 5 additions and 22624 deletions

View File

@@ -127,7 +127,7 @@ _END_
end
plugin_credits << "\n"
end
CREDIT.gsub!(/{INSERTS_PLUGIN_CREDITS_DO_NOT_REMOVE}/, plugin_credits)
CREDIT.gsub!(/\{INSERTS_PLUGIN_CREDITS_DO_NOT_REMOVE\}/, plugin_credits)
credit_lines = CREDIT.split(/\n/)
credit_bitmap = Bitmap.new(Graphics.width,32 * credit_lines.size)
credit_lines.each_index do |i|