There is an error in the intro, the JPG cannot be loaded because it has 800 by 600 pixels, but the dimensions for textures have to be powers of 2 (i.e. 2^n). So you should resize it to 1024 x 1024, 1024 x 512 or something like that. 512x384 would keep the aspect ratio, but 384 is 2^8+2^7, that doesn't work. But it's not a problem to make it narrower or wider and thus neglect the aspect ratio, the texture will be stretched to the proper aspect ratio again in game, so don't worry.
There is an error in the intro, the JPG cannot be loaded because it has 800 by 600 pixels, but the dimensions for textures have to be powers of 2 (i.e. 2^n). So you should resize it to 1024 x 1024, 1024 x 512 or something like that. 512x384 would keep the aspect ratio, but 384 is 2^8+2^7, that doesn't work. But it's not a problem to make it narrower or wider and thus neglect the aspect ratio, the texture will be stretched to the proper aspect ratio again in game, so don't worry.
Total comments : 1, displayed on page: 1