GroundMaterial

From BZFlagWiki

Jump to: navigation, search

GroundMaterial is an option for a Material that allows you to set the ground texture.

[edit] Code

To utilize GroundMaterial in your map, first it must be defined:

material
 name GroundMaterial
 texture <fileName or URL>
end

valid parameters are:

namename GroundMaterial must be used as name for to work
textureset the texture file, either a filename (without .png extension) or URL eg. http://server.name/path/to/file
Personal tools