mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
Update README.md
This commit is contained in:
parent
4a4946e433
commit
f751293108
@ -12,7 +12,7 @@ Needs LÖVE 11.3.
|
|||||||
* lick.reset = true -- calls love.load everytime you save the file, if set to false it will only be called when starting Löve
|
* lick.reset = true -- calls love.load everytime you save the file, if set to false it will only be called when starting Löve
|
||||||
* lick.clearFlag = false -- overrides the clear() function in love.run
|
* lick.clearFlag = false -- overrides the clear() function in love.run
|
||||||
|
|
||||||
# Example
|
# Example main.lua
|
||||||
```Lua
|
```Lua
|
||||||
lick = require "lick"
|
lick = require "lick"
|
||||||
lick.reset = true -- reload the love.load everytime you save
|
lick.reset = true -- reload the love.load everytime you save
|
||||||
|
Loading…
Reference in New Issue
Block a user