File: play.xbm

package info (click to toggle)
mctools-lite 970129-5
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 1,672 kB
  • ctags: 1,658
  • sloc: ansic: 16,032; sh: 165; makefile: 71
file content (8 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#define play_width 16
#define play_height 16
#define play_x_hot -1
#define play_y_hot -1
static char play_bits[] = {
   0x00, 0x00, 0xe0, 0x00, 0xe0, 0x01, 0xe0, 0x03, 0x60, 0x07, 0x60, 0x0e,
   0x60, 0x1c, 0x60, 0x38, 0x60, 0x1c, 0x60, 0x0e, 0x60, 0x07, 0xe0, 0x03,
   0xe0, 0x01, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00};