cub3d/ressources/three.xpm
Theo Champion 761d126ba2 feat(points): Finished point counter on the right of the screen
Some things are temporary, like the load single image function that
still has comments. I'll make a function like this to restore the
original code (almost). I'll also pass the pathes as constants for the
sake of maintainabilty and try to avoid some of the magic values in the
code for the same purpose.
2025-08-20 17:09:56 +02:00

45 lines
1.3 KiB
C

/* XPM */
static char * three_xpm[] = {
"28 40 2 1",
" c #FF00DC",
". c #000001",
" ",
" ",
" ",
" ",
" ............ ",
" ............ ",
" ............ ",
" ............ ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" ............ ",
" ............ ",
" ............ ",
" ............ ",
" ",
" ",
" ",
" "};