Added : 16->32 pixels sprites, window resized, animations, joystick, 3D openGL view + textures + lighting
you can find it there => http://chungswebsite.blogspot.fr/search ... dungeonsGL

Give some info on your OS and the compiler version (header versions) you're using.Kot wrote:I get this:
gui_chung.bi(1928) error 40: Variable not declared, GL_BGRA in 'gluBuild2DMipmaps(GL_TEXTURE_2D, 4, bmpx,bmpy, GL_BGRA ,GL_UNSIGNED_BYTE ,bmpbits )'
fmod.bi(323) error 1: Argument count mismatch, expanding: MIN in 'min(0 to 100-1) as integer'
:-(
Code: Select all
#define GL_MAX_ELEMENTS_VERTICES &h80E8
#define GL_MAX_ELEMENTS_INDICES &h80E9
#define GL_BGR &h80E0
#define GL_BGRA &h80E1
#define GL_UNSIGNED_BYTE_3_3_2 &h8032