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