honey

very old unfinished project. tracking so i dont lose it
git clone git://moonbender.net/honey
Log | Files | Refs | README

palettes.c (317B)


      1 #include <stdint.h>
      2 uint32_t Palette[16] =
      3 {
      4 	0xFF00FF,	//first index is always transparent
      5 	0x3f0000,	//blood1
      6 	0x660000,	//blood2
      7 	0x900a09,	//blood3
      8 	0xffffff,	//honeyfur
      9 	0xf9efed,	//fur shade
     10 	0xd3aeaa,	//fur outline
     11 	0xc3a19d,	//fur dark
     12 	0x631200,	//honeyfeet
     13 	0x281212,	//honey eyes
     14 	0,
     15 	0,
     16 	0,
     17 	0,
     18 	0,
     19 	0
     20 };