Reworked the files before the big cleanup of the code.

This commit is contained in:
Zed A. Shaw 2025-01-15 10:26:44 -05:00
parent 6533f950d2
commit 8eae4b9420
30 changed files with 26 additions and 57 deletions

View file

@ -107,14 +107,14 @@ int main(int /*argc*/, char */*argv*/[])
#else
//generate some textures
unsigned long tw, th;
loadImage(texture[0], tw, th, "pics/eagle.png");
loadImage(texture[1], tw, th, "pics/redbrick.png");
loadImage(texture[2], tw, th, "pics/purplestone.png");
loadImage(texture[3], tw, th, "pics/greystone.png");
loadImage(texture[4], tw, th, "pics/bluestone.png");
loadImage(texture[5], tw, th, "pics/mossy.png");
loadImage(texture[6], tw, th, "pics/wood.png");
loadImage(texture[7], tw, th, "pics/colorstone.png");
loadImage(texture[0], tw, th, "assets/eagle.png");
loadImage(texture[1], tw, th, "assets/redbrick.png");
loadImage(texture[2], tw, th, "assets/purplestone.png");
loadImage(texture[3], tw, th, "assets/greystone.png");
loadImage(texture[4], tw, th, "assets/bluestone.png");
loadImage(texture[5], tw, th, "assets/mossy.png");
loadImage(texture[6], tw, th, "assets/wood.png");
loadImage(texture[7], tw, th, "assets/colorstone.png");
#endif
//start the main loop