From c0a411a104a2dfd3c45793a3290899fc6f38a80b Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 5 Sep 2015 11:34:03 +0300 Subject: [PATCH] Update event.lua --- lib/event.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/event.lua b/lib/event.lua index b3a642df..f18a1228 100644 --- a/lib/event.lua +++ b/lib/event.lua @@ -229,10 +229,10 @@ end function event.takeScreenshot() if keyboard.isKeyDown(100) then - computer.beep(200) + computer.beep(1500) image.screenshot("screenshot.png") - computer.beep(500) - computer.beep(500) + computer.beep(2000) + computer.beep(2000) end end