mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
b1238af49d
this will probably upset people
7 lines
143 B
QBasic
7 lines
143 B
QBasic
10 HGR
|
|
12 REM 1=green, 2=purple, 5=orange 6=blue
|
|
15 HCOLOR=2
|
|
20 FOR I=0 TO 160: HPLOT 0,I TO 279,I: NEXT I
|
|
30 PRINT CHR$(4);"BRUN PT3_PLAYER"
|
|
|