improved release test
svn: r18519
This commit is contained in:
parent
d4adb4456d
commit
b4da375084
|
@ -8,7 +8,7 @@
|
|||
(on-draw (lambda (n)
|
||||
(if (string? n)
|
||||
(text (string-append "stopped: " n) 11 'red)
|
||||
(circle (+ 100 n) 'solid 'red)))
|
||||
(text "hold down a" 11 'blue)))
|
||||
500 500)
|
||||
(on-tick (lambda (x) (if (string? x) x (add1 x)))
|
||||
r)
|
||||
|
@ -23,3 +23,4 @@
|
|||
(if (key=? "a" key)
|
||||
1
|
||||
n)))))
|
||||
(main 1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user