home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 056.lha / Four / imagedata.c < prev    next >
Text File  |  1986-11-20  |  3KB  |  207 lines

  1. /* four in a row's image and border data */
  2.  
  3.  
  4. USHORT pole_data[] = {
  5.  
  6. /* first plane data */
  7.  
  8.    0xc000, 0x8000,
  9.    0x8000, 0x8000,
  10.    0x8000, 0x8000,
  11.    0x8000, 0x8000,
  12.    0x8000, 0x8000
  13. };
  14.  
  15. USHORT ball_1_data[] = {
  16.  
  17.    0x0c00, 0x3f00,
  18.    0x7f80, 0xffc0,
  19.    0xffc0, 0xffc0,
  20.    0xffc0, 0x7f80,
  21.    0x3f00, 0x0c00,
  22.  
  23.    0x0c00, 0x3f00,
  24.    0x7f80, 0xffc0,
  25.    0xffc0, 0xffc0,
  26.    0xffc0, 0x7f80,
  27.    0x3f00, 0x0c00,
  28.  
  29.    0x0000, 0x0000,
  30.    0x4000, 0xc000,
  31.    0xc000, 0xc000,
  32.    0xe000, 0x7000,
  33.    0x3800, 0x0c00
  34. };
  35.  
  36. USHORT ball_2_data[] = {
  37.  
  38.    0x0000, 0x0000,
  39.    0x0000, 0x0000,
  40.    0x0000, 0x0000,
  41.    0x0000, 0x0000,
  42.    0x0000, 0x0000,
  43.  
  44.    0x0000, 0x0000,
  45.    0x4000, 0xc000,
  46.    0xc000, 0xc000,
  47.    0xe000, 0x7000,
  48.    0x3800, 0x0c00,
  49.  
  50.    0x0c00, 0x3f00,
  51.    0x7f80, 0xffc0,
  52.    0xffc0, 0xffc0,
  53.    0xffc0, 0x7f80,
  54.    0x3f00, 0x0c00
  55. };
  56.  
  57. /* these have the base color instead of background at the bottom */
  58.  
  59. USHORT bball_1_data[] = {
  60.  
  61.    0x0c00, 0x3f00,
  62.    0x7f80, 0xffc0,
  63.    0xffc0, 0xffc0,
  64.    0xffc0, 0x7f80,
  65.    0x3f00, 0x0c00,
  66.  
  67.    0x0c00, 0x3f00,
  68.    0x7f80, 0xffc0,
  69.    0xffc0, 0xffc0,
  70.    0xffc0, 0xffc0,
  71.    0xffc0, 0xffc0,
  72.  
  73.    0x0000, 0x0000,
  74.    0x4000, 0xc000,
  75.    0xc000, 0xc000,
  76.    0xe000, 0x7000,
  77.    0x3800, 0x0c00
  78. };
  79.  
  80. USHORT bball_2_data[] = {
  81.  
  82.    0x0000, 0x0000,
  83.    0x0000, 0x0000,
  84.    0x0000, 0x0000,
  85.    0x0000, 0x0000,
  86.    0x0000, 0x0000,
  87.  
  88.    0x0000, 0x0000,
  89.    0x4000, 0xc000,
  90.    0xc000, 0xc000,
  91.    0xe000, 0xf040,
  92.    0xf8c0, 0xffc0,
  93.  
  94.    0x0c00, 0x3f00,
  95.    0x7f80, 0xffc0,
  96.    0xffc0, 0xffc0,
  97.    0xffc0, 0x7f80,
  98.    0x3f00, 0x0c00
  99. };
  100.  
  101. /* data for gadget render and select images */
  102.  
  103. USHORT knob_in[] = {
  104.  
  105.    0x0000, 0x7e00,
  106.    0x7f00, 0x7f80,
  107.    0x7f80, 0x7f80,
  108.    0x7f80, 0x3f00,
  109.    0x1e00, 0x0000,
  110.    0x0000,
  111.  
  112.    0xf000, 0xe000,
  113.    0xc000, 0x8200,
  114.    0x0000, 0x0000,
  115.    0x0000, 0x0000,
  116.    0x0000, 0x0000,
  117.    0x0000,
  118.  
  119.    0x0fe0, 0x61e0,
  120.    0x60e0, 0x6060,
  121.    0xe060, 0xe060,
  122.    0xf060, 0xf8e0,
  123.    0xffe0, 0xffe0,
  124.    0xffe0
  125. };
  126.  
  127. USHORT knob_out[] = {
  128.  
  129.    0x0000, 0x6000,
  130.    0x7000, 0x3f80,
  131.    0x1fc0, 0x1fe0,
  132.    0x1fe0, 0x1fe0,
  133.    0x1fe0, 0x0fc0,
  134.    0x0780,
  135.  
  136.    0xf000, 0xf000,
  137.    0xf000, 0xf800,
  138.    0x1000, 0x0080,
  139.    0x0000, 0x0000,
  140.    0x0000, 0x0000,
  141.    0x0000,
  142.  
  143.    0x0fe0, 0x6fe0,
  144.    0x7fe0, 0x3860,
  145.    0xf820, 0xf800,
  146.    0xf800, 0xf800,
  147.    0xfc00, 0xfe20,
  148.    0xffe0
  149. };
  150.  
  151. USHORT top_left_data[] = {
  152.  
  153.    0xffc0, 0xffc0,
  154.    0xffc0, 0xffc0,
  155.    0xffc0, 0xffc0,
  156.    0xffc0, 0xffc0,
  157.    0xffc0, 0xffc0,
  158.  
  159.    0x0000, 0x8000,
  160.    0xc000, 0xe000,
  161.    0xf000, 0xf800,
  162.    0xfc00, 0xfe00,
  163.    0xff00, 0xff80
  164. };
  165.  
  166. USHORT bot_left_data[] = {
  167.  
  168.    0xffc0, 0x7fc0,
  169.    0x3fc0, 0x1fc0,
  170.    0x0fc0, 0x07c0,
  171.    0x03c0, 0x01c0,
  172.    0x00c0, 0x0040,
  173.  
  174.    0xffc0, 0x7fc0,
  175.    0x3fc0, 0x1fc0,
  176.    0x0fc0, 0x07c0,
  177.    0x03c0, 0x01c0,
  178.    0x00c0, 0x0040
  179. };
  180.  
  181. USHORT top_right_data[] = {
  182.  
  183.    0x8000, 0xc000,
  184.    0xe000, 0xf000,
  185.    0xf800, 0xfc00,
  186.    0xfe00, 0xff00,
  187.    0xff80, 0xffc0,
  188.  
  189.    0x0000, 0x0000,
  190.    0x0000, 0x0000,
  191.    0x0000, 0x0000,
  192.    0x0000, 0x0000,
  193.    0x0000, 0x0000
  194. };
  195.  
  196. /* border coordinate pair data */
  197.  
  198. SHORT line1_data[] = {
  199.  
  200.    00, 00,
  201.    05, 05,
  202.    05, 12,
  203.    06, 12,
  204.    06, 05,
  205.    01, 00
  206. };
  207.