From 2fa2d4ca7316c8db13cbe62f54d79665c5f782ac Mon Sep 17 00:00:00 2001 From: Whitecl4ws Date: Sat, 28 Jan 2017 11:27:25 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d015ee7..61af2c5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ local suit = require 'suit' -- storage for text input 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) +-- 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) -- all the UI is defined in love.update or functions that are called from here function love.update(dt)