- debug text in results

This commit is contained in:
FajsiEx 2021-07-28 19:20:44 +02:00
parent 25a98b9eb1
commit c85e47b92b
1 changed files with 3 additions and 3 deletions

View File

@ -418,9 +418,9 @@ render = function(deltaTime, showStats)
-- debug -- debug
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('DELTA: ' .. deltaTime .. ' // TRANSITION_ENTER_SCALE: ' .. -- gfx.Text('DELTA: ' .. deltaTime .. ' // TRANSITION_ENTER_SCALE: ' ..
transitionEnterScale .. ' // EASING_OUT_QUAD: ' .. -- transitionEnterScale .. ' // EASING_OUT_QUAD: ' ..
Easing.outQuad(transitionEnterScale), 8, 8); -- Easing.outQuad(transitionEnterScale), 8, 8);
tickTransitions(deltaTime) tickTransitions(deltaTime)
gfx.Restore(); gfx.Restore();