From 87ab3e252ee3cec267d6af872499d6784f2d7cb4 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Sun, 3 Oct 2021 11:02:58 +0200 Subject: [PATCH] - debug text from laser alerts --- scripts/gameplay/laser_alert.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {