mirror of
https://github.com/bvanroll/Love2d.git
synced 2025-08-30 04:22:45 +00:00
organizing folders
This commit is contained in:
11
MouseExperiments/main.lua
Normal file
11
MouseExperiments/main.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
function love.load(arg)
|
||||
-- body...
|
||||
end
|
||||
|
||||
function love.update(dt)
|
||||
-- body...
|
||||
end
|
||||
|
||||
function love.draw()
|
||||
-- body...
|
||||
end
|
Reference in New Issue
Block a user