home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611A.ISO / ols / win31 / sand2 / init.txt next >
Text File  |  1996-08-11  |  808b  |  40 lines

  1. ; 初期状態の壁を定義するファイル
  2. ;
  3. ; penWidth 線の太さ
  4. ;
  5. ; line x1 y1 x2 y2 color_index
  6. ; box x1 y1 x2 y2 color_index
  7. ; fillBox x1 y1 x2 y2 color_index
  8. ; ellipse x1 y1 x2 y2 color_index
  9. ; fillEllipse x1 y1 x2 y2 color_index
  10. ;
  11. ; color_index = 0 ... 黒 (壁を消去)
  12. ; color_index = 1 ... 緑 (壁を作る)
  13. ; color_index = 2 ... 水色 (砂粒と同じ色)
  14. ; color_index = 3 ... 青   (砂粒と同じ色)
  15.  
  16. penWidth 1
  17.  
  18. ; 一番下にあるコップ
  19. box 30 150 88 181 1
  20. line 30 150 90 150 0
  21. line 32 180 34 180 0
  22.  
  23. penWidth 2
  24. ; 坂1
  25. line 0 37 78 82 1
  26. ; 坂2
  27. line 100 86 60 116 1
  28. line 100 66 100 86 1
  29.  
  30. penWidth 1
  31. ; コップの上にある分岐
  32. ;line 47 140 59 128 1
  33. ;line 59 128 71 140 1
  34. fillEllipse 47 128 71 146 1
  35. fillEllipse 51 132 67 142 3
  36.  
  37. ; 分岐したのを再び集めるやつ
  38. line 35 147 59 164 1
  39. line 61 163 85 147 1
  40.