Update README.md

This commit is contained in:
usysrc 2020-01-28 21:50:38 -05:00 committed by GitHub
parent 4a4946e433
commit f751293108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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