This commit is contained in:
FajsiEx 2021-08-14 21:32:55 +02:00
parent 03db2783b2
commit 9b0eba4d8f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ local drawFooter = function ()
gfx.FontSize(20)
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP)
gfx.FillColor(255, 255, 255, 255);
gfx.Text('EXPERIMENTALGEAR 0.1.0 - CLOSED BETA. DO. NOT. LEAK.', 8, 1895);
gfx.Text('EXPERIMENTALGEAR 0.1.1 - CLOSED BETA. DO. NOT. LEAK.', 8, 1895);
end
local progressTransitions = function ()