7 lines
282 B
INI
7 lines
282 B
INI
|
|
// the extension for the masks of the texture
|
|
// If "mask1" is a extension, and that there's a bitmap name "tex_mask1", it is a "mask1" mask for tex
|
|
// Each mask has its own set of colors
|
|
mask_extensions = { "skin" , "user" };
|
|
|
|
/////////////////////////////////////////////
|