mirror of
https://github.com/usysrc/LICK.git
synced 2024-12-11 06:54:25 +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.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
|
||||||
```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