- added percentage support for min / map hp on damage particles

- bugfixes for png support for pixmap3d (water textures)
This commit is contained in:
Mark Vejvoda
2011-07-01 23:13:55 +00:00
parent 850825695e
commit 7c996e3296
9 changed files with 334 additions and 24 deletions

View File

@@ -23,7 +23,9 @@ bool ImageRegisterer::registerImageReaders() {
static BMPReader imageReaderBmp;
static JPGReader imageReaderJpg;
static PNGReader imageReaderPng;
static PNGReader3D imageReader3DPng;
static TGAReader imageReaderTga;
static TGAReader3D imageReader3DTga;
return true;
}