added games, fixed tests

This commit is contained in:
Egan Ford 2020-04-14 13:25:18 -06:00
parent 9164854f4c
commit 3eff7c4e66
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -60,8 +60,8 @@ on run argv
-- normal speed -- normal speed
set speed to regular set speed to regular
-- down arrow 19x and return -- down arrow 20x and return
repeat 19 times repeat 20 times
type key down arrow type key down arrow
delay 0.03 delay 0.03
end repeat end repeat