mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
Improve appearance of *
This commit is contained in:
parent
8d6cf2c6a2
commit
ce06593e40
2
init.lua
2
init.lua
@ -134,7 +134,7 @@ local alnum_chars = {
|
||||
{ "'", { 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 } },
|
||||
{ "(", { 0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 } },
|
||||
{ ")", { 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 } },
|
||||
{ "*", { 0,0,0,0,0,0,1,1,1,0,1,1,1,0,0 } },
|
||||
{ "*", { 0,0,0,0,0,0,1,1,1,1,1,1,1,1,0 } },
|
||||
{ "+", { 0,0,0,0,0,0,0,1,0,1,0,1,0,1,0 } },
|
||||
{ ",", { 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 } },
|
||||
{ "-", { 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user