+ footer component to result

This commit is contained in:
FajsiEx 2021-08-09 20:19:11 +02:00
parent 60b2302a20
commit 261aa5820f
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
local Easing = require('common.easings'); local Easing = require('common.easings');
local Footer = require('components.footer');
local resx, resy = game.GetResolution() local resx, resy = game.GetResolution()
local desw = 1080 local desw = 1080
@ -480,6 +481,8 @@ render = function(deltaTime, showStats)
gfx.GlobalAlpha(1) gfx.GlobalAlpha(1)
Footer.draw();
handleSfx() handleSfx()
-- debug -- debug