mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
change shapes of lowercase 'e', 's' and 'z'
This commit is contained in:
parent
1382efc4e1
commit
cbcc268c72
6
init.lua
6
init.lua
@ -193,7 +193,7 @@ local alnum_chars = {
|
||||
{ "b", { 0,0,0,1,1,1,0,0,0,0,1,0,0,1,0 } },
|
||||
{ "c", { 0,0,0,1,1,0,0,0,0,1,0,0,0,1,0 } },
|
||||
{ "d", { 0,1,1,1,0,0,0,0,0,1,0,0,1,0,0 } },
|
||||
{ "e", { 1,0,0,1,1,1,0,0,1,0,0,0,0,1,0 } },
|
||||
{ "e", { 0,0,0,1,1,0,0,0,0,0,0,0,1,1,0 } },
|
||||
{ "f", { 1,0,0,0,1,1,0,0,0,0,0,0,0,1,0 } },
|
||||
{ "g", { 1,1,1,1,0,0,1,0,0,1,0,0,0,0,0 } },
|
||||
{ "h", { 0,0,0,0,1,1,0,0,0,0,1,0,0,1,0 } },
|
||||
@ -207,14 +207,14 @@ local alnum_chars = {
|
||||
{ "p", { 1,0,0,0,1,1,0,0,1,0,0,0,0,1,0 } },
|
||||
{ "q", { 1,1,1,0,0,0,1,0,0,1,0,0,0,0,0 } },
|
||||
{ "r", { 0,0,0,0,1,0,0,0,0,0,0,0,0,1,0 } },
|
||||
{ "s", { 1,0,1,1,0,1,0,0,0,1,0,0,0,1,0 } },
|
||||
{ "s", { 0,0,0,1,0,0,0,0,0,1,1,0,0,0,0 } },
|
||||
{ "t", { 0,0,0,1,1,1,0,0,0,0,0,0,0,1,0 } },
|
||||
{ "u", { 0,0,1,1,1,0,0,0,0,0,0,0,0,0,0 } },
|
||||
{ "v", { 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0 } },
|
||||
{ "w", { 0,0,1,0,1,0,0,0,0,0,1,0,1,0,0 } },
|
||||
{ "x", { 0,0,0,0,0,0,1,0,1,0,1,0,1,0,0 } },
|
||||
{ "y", { 0,0,0,0,0,0,1,0,1,0,0,0,1,0,0 } },
|
||||
{ "z", { 1,0,0,1,0,0,0,0,1,0,0,0,1,0,0 } },
|
||||
{ "z", { 0,0,0,4,0,0,0,0,0,0,0,0,1,1,0 } },
|
||||
{ "{", { 1,0,0,1,0,0,1,0,0,0,0,0,1,1,0 } },
|
||||
{ "|", { 0,0,0,0,0,0,0,1,0,0,0,1,0,0,0 } },
|
||||
{ "}", { 1,0,0,1,0,0,0,0,1,1,1,0,0,0,0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user