File: player1.xbm~

package info (click to toggle)
netmaze 0.81%2Bjpg0.82-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,208 kB
  • ctags: 912
  • sloc: ansic: 8,277; tcl: 1,223; makefile: 60; sh: 26
file content (6 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
#define player1_width 16
#define player1_height 16
static char player1_bits[] = {
   0x66, 0x66, 0x99, 0x99, 0x99, 0x99, 0x66, 0x66, 0x66, 0x66, 0x99, 0x99,
   0x99, 0x99, 0x66, 0x66, 0x66, 0x66, 0x99, 0x99, 0x99, 0x99, 0x66, 0x66,
   0x66, 0x66, 0x99, 0x99, 0x99, 0x99, 0x66, 0x66};