This commit is contained in:
RealFD 2022-07-05 20:59:55 +02:00
parent b506c8ff50
commit 5e8037c905
2 changed files with 1 additions and 1 deletions

View File

@ -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