From 1cc064068bdd2a77dec7541f043fbdbd6843d842 Mon Sep 17 00:00:00 2001 From: Fox Date: Mon, 25 Jan 2016 17:39:15 -0800 Subject: [PATCH] added missed char to test string --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 11614bb..f8507dc 100644 --- a/main.lua +++ b/main.lua @@ -54,7 +54,7 @@ function love.keypressed(key) pop.box(align):align("right", "bottom"):setColor(0, 255, 255):setSize(40, 40) --pop.box(nil, {255, 0, 0, 255}):align("left", "top"):setSize(50, 50) --TODO adjust z-height of elements pop.text(nil, "Hello World!"):align("center"):setText("Hey, I've been modified!")--:move(0, 18) - pop.text(nil, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()-=_+[]{}\\:;\"',./<>?`~"):align("center", "bottom") + pop.text(nil, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()-=_+[]{}\\|:;\"',./<>?`~"):align("center", "bottom") visualTestsShown = true elseif (key == "t") and (not testsRun) then