home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
420.COW1.MAC
< prev
next >
Wrap
Text File
|
1992-05-27
|
326b
|
15 lines
'Name: COW1.MAC
'Desc: A macro to create a grazing cow
'----------------------------------------------------------------------
range, 5 fs
color, 15, 5, 0 'these are the colors of the cow body
erect
library, cow1body
color, 0, 0, 0 'these are the spot colors, all black
erect
library, cow1spot
end