Added some spaces to better the view
This commit is contained in:
parent
e640fcd010
commit
4709767ce3
|
@ -250,7 +250,7 @@ while 1 do
|
|||
-- ASK
|
||||
print("")
|
||||
e, d, c, b, a = GetNumber(number,arabic_script)
|
||||
print(
|
||||
print(" "..
|
||||
Colorize( e, COLOR.HighGreen)..
|
||||
Colorize( d, COLOR.HighPurple)..
|
||||
Colorize( c, COLOR.HighRed)..
|
||||
|
@ -302,6 +302,7 @@ while 1 do
|
|||
Colorize( b, COLOR.HighYellow)..
|
||||
Colorize( a, COLOR.HighCyan)
|
||||
)
|
||||
print("")
|
||||
io.read()
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue