283
282
if the.keys:justPressed('q') then
285
284
elseif the.keys:justPressed('return') then
287
290
elseif the.keys:justPressed('f1') then
288
291
local ss = love.graphics.newScreenshot()
289
292
ss:encode('screenshot-' ..love.timer.getTime()..'.png')
292
297
update = function (self, dt)