Update build system, small code updates/tests

This commit is contained in:
2023-11-17 13:53:12 +01:00
parent 2329a59f8f
commit 3ba1e58b75
13 changed files with 144 additions and 71 deletions

View File

@ -284,7 +284,7 @@ int main( int argc, char *argv[] )
// Bitmap font forked from: <https://github.com/nesdoug/01_Hello/blob/master/Alpha.chr>
// Original copyright (c) 2018 Doug Fraker www.nesdoug.com (MIT)
tilesImg = MultiSpacc_LoadImage( "../CHARS.png", screen, NULL );
tilesImg = MultiSpacc_LoadImage( "./Assets/CHARS.png", screen, NULL );
if( tilesImg == NULL )
{
return -1;