mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
small example with headline
This commit is contained in:
parent
2424c29fca
commit
dbd468b1ee
@ -10,6 +10,7 @@ note: still in development - everything can change
|
||||
* 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
|
||||
|
||||
#Example
|
||||
```Lua
|
||||
lick = require "lick"
|
||||
lick.reset = true -- reload the love.load everytime you save
|
||||
|
Loading…
Reference in New Issue
Block a user