Update event.lua

This commit is contained in:
Igor Timofeev 2015-09-05 11:34:03 +03:00
parent 64c189f0ef
commit c0a411a104

View File

@ -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