forked from pyrex/chameleonic
Use fmt on title screen.
This commit is contained in:
parent
3516d2855e
commit
e6c35dbeda
@ -302,7 +302,7 @@ function title:draw()
|
|||||||
print("pyrex",32,73,7)
|
print("pyrex",32,73,7)
|
||||||
print("[nyeogmi]",62,73,7)
|
print("[nyeogmi]",62,73,7)
|
||||||
print("kistaro",32,79,7)
|
print("kistaro",32,79,7)
|
||||||
local lvlstr = "⬅️ "..start_level.." ➡️"
|
local lvlstr = fmt("⬅️ %v ➡️",start_level)
|
||||||
print(lvlstr,50,91,1)
|
print(lvlstr,50,91,1)
|
||||||
print(lvlstr,51,90,blinkcol)
|
print(lvlstr,51,90,blinkcol)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user