mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
; Falling right, top
|
|
RECT 4 4 191 52 217 71 ; clear stars
|
|
LINE 5 185 64 188 65 ; book
|
|
LINETO 213 49
|
|
LINETO 208 48
|
|
LINETO 185 64
|
|
LINE 5 188 64 192 74 ; cover
|
|
LINETO 217 57
|
|
LINETO 214 48
|
|
LINE 5 187 65 211 48 ; spine
|
|
LINE 7 183 63 209 47 ; white outline
|
|
LINETO 218 57
|
|
LINETO 193 74
|
|
LINETO 187 73
|
|
LINETO 183 63
|
|
END
|