Compiling for RG351M successfully.

This commit is contained in:
2021-08-27 12:29:51 -07:00
parent c07edc8770
commit 23c0bdaba6
4 changed files with 9 additions and 4 deletions

View File

@ -20,7 +20,7 @@ bool pokerGameAssetsInit(pokergameassets_t *assets) {
// Load the world textures.
assetTextureLoad(&assets->testTexture, "test_texture.png");
assetTextureLoad(&assets->roomTexture, "world/pub/pub_skywall.png");
assetTextureLoad(&assets->roomTexture, "world/pub/pub_skywall_low.png");
// Load the character textures.
assetTextureLoad(&assets->pennyTexture, "characters/penny/sprites/sheet.png");