21 local w, h = love.graphics.getDimensions()
22 local screen = args and
zeebo_args.get(args, 'screen')
27 poly=love.graphics.polygon,
28 modes={
'fill',
'line',
'line'}
32 w, h = screen:match(
'(%d+)x(%d+)')
33 w, h = tonumber(w), tonumber(h)
34 love.window.setMode(w, h, {resizable=
true})
37 error(
'game not found!')
58 love.keypressed = listener('keydown')
59 love.keyreleased = listener('keyup')
local function require(std, game, application)
local function package(self, module_name, module, custom)
local function register(self, register_func)
local function error(self, handler_func)
local function param(self, name, value)
local function draw(std, game)
local function http(std, game)
local function init(args)
local function update(dt, std)
local function loop(std, game, application, dt)
local function fps(self, show, x, y)