lovebird added
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
local json = require "lib.dkjson"
|
||||
local lovebird = require "lib.lovebird"
|
||||
|
||||
love.update = function(dt)
|
||||
lovebird.update()
|
||||
end
|
||||
|
||||
love.keypressed = function(key)
|
||||
if key == "escape" then
|
||||
love.event.quit()
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user