Rename files

This commit is contained in:
Miloslav Ciz 2025-01-14 13:59:44 +01:00
parent 4d5594a834
commit ea57ecd470
9 changed files with 36 additions and 48 deletions

View file

@ -2,6 +2,8 @@
#define _LCR_ASSETS_H
/**
Assets embedded in source code.
NOTES:
- All images are 64x64, stored in an indexed mode (8bits pery pixel), the
image starts with a 256 color palette in RGB565 format (i.e. the palette
@ -13,7 +15,7 @@
the sky.
*/
#include <stdint.h>
#include "general.h"
#include "map.h"
static const char *LCR_texts[] =