mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-24 16:44:21 +00:00
Some more explanation.
This commit is contained in:
parent
dbd468b1ee
commit
37bdd09781
@ -11,6 +11,8 @@ note: still in development - everything can change
|
||||
* lick.clearFlag = false -- overrides the clear() function in love.run
|
||||
|
||||
#Example
|
||||
Here's a small example:
|
||||
|
||||
```Lua
|
||||
lick = require "lick"
|
||||
lick.reset = true -- reload the love.load everytime you save
|
||||
@ -26,4 +28,6 @@ end
|
||||
|
||||
function love.draw(dt)
|
||||
love.graphics.circle("fill", 400+100*math.sin(circle.x), 300, 16,16)
|
||||
end
|
||||
end
|
||||
|
||||
Note, though, that you need to have lick.lua on the same directory as your main.lua.
|
Loading…
Reference in New Issue
Block a user