Moved to better character set of string based sprites

This commit is contained in:
Todd Wolfson
2013-05-25 20:52:59 -07:00
parent ff3b786c5b
commit 360c10e28d

View File

@ -79,9 +79,9 @@ hireme=[
ascii_to_number = {
'_': 0,
'_': 1,
'.': 2,
':': 3,
'-': 4
'~': 2,
'=': 3,
'*': 4
}
def str_to_sprite(content):
@ -103,13 +103,13 @@ def str_to_sprite(content):
return split_lines
oneup_str = str_to_sprite("""
-------
-:.._..:-
-..___..-
-:-----:-
--_-_-_--
-_____-
-----
*******
*=~~-~~=*
*~~---~~*
*=*****=*
**-*-*-**
*-----*
*****
""")
images={