- debug text in results
This commit is contained in:
parent
25a98b9eb1
commit
c85e47b92b
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue