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
74a8c86c1f
commit
d92018c2c2
@ -1,6 +1,10 @@
|
||||
# Live Coding Kit For Löve
|
||||
|
||||
A small live coding library for Löve which also enables interactive debugging. It basically just is a customized [love.run](https://love2d.org/wiki/love.run) which presses all errors to the command line(or in debug mode on screen). And reloads the “main.lua” everytime you save.
|
||||
A small live coding library for LÖVE.
|
||||
|
||||
It contains a customized [love.run](https://love2d.org/wiki/love.run) which Watches for file changes in your source and loads if necessary. Errors get redirected to the command line or on screen.
|
||||
|
||||
Needs LÖVE 11.3.
|
||||
|
||||
# Optional Parameters
|
||||
* lick.file = "<INSERT CUSTOM FILE HERE>" -- default is "main.lua"
|
||||
|
Loading…
Reference in New Issue
Block a user