updated cratestack test script

git-svn-id: svn://anubis/anaglym/trunk@299 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-07-27 20:43:06 +00:00
parent 8d8f753652
commit 82254ff82c

View File

@ -53,6 +53,8 @@ function key_down_event(key)
hit_pins:play()
elseif (key == "l") then
hit_pins:loop(3)
elseif (key == "escape" or key == "q") then
ag.exit()
end
end