- debug text from laser alerts

This commit is contained in:
FajsiEx 2021-10-03 11:02:58 +02:00
parent 2a0f6b84f6
commit 87ab3e252e
1 changed files with 4 additions and 4 deletions

View File

@ -173,10 +173,10 @@ local render = function (deltaTime)
test = test + deltaTime; test = test + deltaTime;
gfx.Restore(); gfx.Restore();
gfx.BeginPath(); -- gfx.BeginPath();
gfx.FontSize(18) -- gfx.FontSize(18)
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP) -- gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP)
gfx.Text('T_L: ' .. transitionLeftScale .. ' // T_R: ' .. transitionRightScale, 500, 500); -- gfx.Text('T_L: ' .. transitionLeftScale .. ' // T_R: ' .. transitionRightScale, 500, 500);
end end
return { return {