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
72911174af
commit
2515030a95
@ -2,8 +2,6 @@
|
||||
|
||||
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.
|
||||
|
||||
note: still in development - everything can change
|
||||
|
||||
# Optional Parameters
|
||||
* lick.file = "<INSERT CUSTOM FILE HERE>" -- default is "main.lua"
|
||||
* lick.debug = true -- displays errors in love window
|
||||
@ -26,4 +24,4 @@ end
|
||||
|
||||
function love.draw(dt)
|
||||
love.graphics.circle("fill", 400+100*math.sin(circle.x), 300, 16,16)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user