Update README.md

This commit is contained in:
Whitecl4ws 2017-01-28 11:27:25 -05:00 committed by GitHub
parent 1162c0f864
commit 2fa2d4ca73

View file

@ -25,8 +25,8 @@ local suit = require 'suit'
-- storage for text input -- storage for text input
local input = {text = ""} local input = {text = ""}
-- By default, backspace only registers once, if you want classic GUI backspace that keeps going when pushed down -- By default, backspace only registers once, if you want classic GUI backspace that
-- Add this line: love.keyboard.setKeyRepeat(true) -- Keeps going 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 -- all the UI is defined in love.update or functions that are called from here
function love.update(dt) function love.update(dt)