From: Michael H. <mh...@us...> - 2000-11-18 19:48:35
|
Update of /cvsroot/pythianproject/PythianProject/Source/Units In directory slayer.i.sourceforge.net:/tmp/cvs-serv2515 Modified Files: Textures.pas Log Message: now supports bitmapped text! Index: Textures.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/Textures.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Textures.pas 2000/10/26 17:09:06 1.6 --- Textures.pas 2000/11/18 19:48:32 1.7 *************** *** 76,79 **** --- 76,80 ---- property UseMipmaps: Boolean read FUseMipmaps write SetMipmap; property Width: Integer read FWidth; + property TexID: TGLuInt read FTexID; end; |