This commit is contained in:
Tony Garnock-Jones 2015-10-23 11:56:22 -04:00
parent a5db6ebc18
commit 2420abe2e1
1 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@
))
(define (spawn-player-avatar)
;; This little dance is because of https://github.com/racket/racket/issues/1099
(local-require (rename-in 2htdp/planetcute [character-cat-girl character-cat-girl*]))
(define CC character-cat-girl*)
(local-require 2htdp/planetcute)
(define CC character-cat-girl)
(define (move-to x y keys-down)
(transition (list x y keys-down)
(update-sprites