This commit is contained in:
parent
b506c8ff50
commit
5e8037c905
|
@ -172,7 +172,7 @@ function render_loading()
|
|||
gfx.FillColor(255,255,255)
|
||||
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_MIDDLE)
|
||||
gfx.FontSize(32)
|
||||
gfx.Text("LOADING "..math.random(1000), resX/resX+10, resY-410)
|
||||
gfx.Text("LOADING...", resX/resX+10, resY-390)
|
||||
|
||||
end
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1011 B After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue