diff --git a/scripts/downloadscreen.lua b/scripts/downloadscreen.lua index 398b660..0a89fca 100644 --- a/scripts/downloadscreen.lua +++ b/scripts/downloadscreen.lua @@ -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 diff --git a/textures/multi/roomselect/lobby_not_loaded.png b/textures/multi/roomselect/lobby_not_loaded.png index 83b9e13..20bb2ad 100644 Binary files a/textures/multi/roomselect/lobby_not_loaded.png and b/textures/multi/roomselect/lobby_not_loaded.png differ