mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
13 lines
145 B
Lua
13 lines
145 B
Lua
|
require "LICK"
|
||
|
require "LICK/lib"
|
||
|
ez = require "LICK/lib/hlpr"
|
||
|
|
||
|
function love.load()
|
||
|
end
|
||
|
|
||
|
function love.update(dt)
|
||
|
end
|
||
|
|
||
|
function love.draw()
|
||
|
end
|