WIP: sprintf #21

Draft
kistaro wants to merge 11 commits from kistaro/chameleonic:sprintf into main
Showing only changes of commit e6c35dbeda - Show all commits

View File

@ -302,7 +302,7 @@ function title:draw()
print("pyrex",32,73,7)
print("[nyeogmi]",62,73,7)
print("kistaro",32,79,7)
local lvlstr = "⬅️ "..start_level.." ➡️"
local lvlstr = fmt("⬅️ %v ➡️",start_level)
print(lvlstr,50,91,1)
print(lvlstr,51,90,blinkcol)
end