File: alien_dead

package info (click to toggle)
xevil 1.5.1e-2.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,580 kB
  • ctags: 2,655
  • sloc: cpp: 17,863; makefile: 223; sh: 1
file content (7 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#define alien_dead_width 30
#define alien_dead_height 12
static unsigned char alien_dead_bits[] = {
   0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x30, 0x07, 0x00, 0x00,
   0x60, 0x1f, 0x07, 0x00, 0xe0, 0xbe, 0x1f, 0x00, 0xc0, 0x3b, 0x7f, 0x00,
   0xd4, 0x7f, 0xff, 0x01, 0x19, 0xde, 0xfe, 0x03, 0x76, 0xde, 0xfd, 0x0f,
   0xe2, 0xff, 0xff, 0x1f, 0x83, 0xff, 0xff, 0x3f, 0x05, 0xff, 0x7f, 0x3f};