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