racket/collects/2htdp/planetcute/door-tall-open.rkt
Eli Barzilay d77a89ac42 Avoid spaces and caps in file names.
(Also fixes a bug, AFAICT, since "SpeechBubble" wasn't uniformly.)
2011-10-28 15:15:17 -04:00

6 lines
204 B
Racket

#lang racket/base
(provide door-tall-open)
(require racket/draw racket/runtime-path)
(define-runtime-path door-tall-open-img "door-tall-open.png")
(define door-tall-open (read-bitmap door-tall-open-img))