^ 0.1.1
This commit is contained in:
parent
03db2783b2
commit
9b0eba4d8f
|
@ -53,7 +53,7 @@ local drawFooter = function ()
|
||||||
gfx.FontSize(20)
|
gfx.FontSize(20)
|
||||||
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP)
|
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP)
|
||||||
gfx.FillColor(255, 255, 255, 255);
|
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
|
end
|
||||||
|
|
||||||
local progressTransitions = function ()
|
local progressTransitions = function ()
|
||||||
|
|
Loading…
Reference in New Issue