diff --git a/dwarf.lua b/dwarf.lua new file mode 100644 index 0000000..ff13e97 --- /dev/null +++ b/dwarf.lua @@ -0,0 +1,22 @@ +-- This is free and unencumbered software released into the public domain. +-- For more information, please refer to + +local charset = ("\ +\x00☺☻♥♦♣♠•◘○◙♂♀♪♫☼\ +►◄↕‼¶§▬↨↑↓→←∟↔▲▼\ + !\"#$%&'()*+,-./\ +0123456789:;<=>?\ +@ABCDEFGHIJKLMNO\ +PQRSTUVWXYZ[\\]^_\ +`abcdefghijklmno\ +pqrstuvwxyz{|}~⌂\ +ÇüéâäàåçêëèïîìÄÅ\ +ÉæÆôöòûùÿÖÜ¢£¥₧ƒ\ +áíóúñѪº¿⌐¬½¼¡«»\ +░▒▓│┤╡╢╖╕╣║╗╝╜╛┐\ +└┴┬├─┼╞╟╚╔╩╦╠═╬╧\ +╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀\ +αßΓπΣσµτΦΘΩδ∞φε∩\ +≡±≥≤⌠⌡÷≈°∙·√ⁿ²■�"):gsub('\n', '') + +return love.graphics.newImageFont("dwarf.png", charset) \ No newline at end of file diff --git a/dwarf.png b/dwarf.png new file mode 100644 index 0000000..dbcdf20 Binary files /dev/null and b/dwarf.png differ