Update README.md
This commit is contained in:
parent
2fa2d4ca73
commit
5e097ae6a7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ local suit = require 'suit'
|
|||
local input = {text = ""}
|
||||
|
||||
-- By default, backspace only registers once, if you want classic GUI backspace that
|
||||
-- Keeps going when pushed down, add this line: love.keyboard.setKeyRepeat(true)
|
||||
-- Keeps removing chars when pushed down, add this line: love.keyboard.setKeyRepeat(true)
|
||||
|
||||
-- all the UI is defined in love.update or functions that are called from here
|
||||
function love.update(dt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue