File: player2.xbm

package info (click to toggle)
netmaze 0.81%2Bjpg0.82-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,188 kB
  • ctags: 911
  • sloc: ansic: 8,277; tcl: 1,223; makefile: 58; sh: 16
file content (6 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#define player2_width 16
#define player2_height 16
static char player2_bits[] = {
   0xff, 0xff, 0x40, 0x40, 0x5f, 0x5f, 0x51, 0x51, 0x5d, 0x5d, 0x41, 0x41,
   0x7f, 0x7f, 0x40, 0x40, 0xff, 0xff, 0x40, 0x40, 0x5f, 0x5f, 0x51, 0x51,
   0x5d, 0x5d, 0x41, 0x41, 0x7f, 0x7f, 0x40, 0x40};