diff --git a/scripts/gameplay/laser_alert.lua b/scripts/gameplay/laser_alert.lua index 6db06d0..951682e 100644 --- a/scripts/gameplay/laser_alert.lua +++ b/scripts/gameplay/laser_alert.lua @@ -173,10 +173,10 @@ local render = function (deltaTime) test = test + deltaTime; gfx.Restore(); - gfx.BeginPath(); - gfx.FontSize(18) - gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP) - gfx.Text('T_L: ' .. transitionLeftScale .. ' // T_R: ' .. transitionRightScale, 500, 500); + -- gfx.BeginPath(); + -- gfx.FontSize(18) + -- gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP) + -- gfx.Text('T_L: ' .. transitionLeftScale .. ' // T_R: ' .. transitionRightScale, 500, 500); end return {