This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

GroundMaterial: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A GroundMaterial is used to make the texture of a ground anything u would like it to be
==Code==
material
material
   name GroundMaterial
   name GroundMaterial
   texture file name
   texture file name
end
end

Revision as of 03:47, 30 September 2007

A GroundMaterial is used to make the texture of a ground anything u would like it to be

Code

material

 name GroundMaterial
 texture file name

end