]> icculus.org git repositories - divverent/nexuiz.git/blob - tools/ImgToMap/src/imgtomap/Parameters.java
pro is now havoc, just minor nitpicking but one more file that knows this fact :P
[divverent/nexuiz.git] / tools / ImgToMap / src / imgtomap / Parameters.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5
6 package imgtomap;
7
8 /**
9  *
10  * @author maik
11  */
12 public class Parameters {
13     public String infile, outfile, texture, skytexture;
14     public int pixelsize, height, skyheight;
15     public boolean detail, sky, skyfill, visblockers;
16     public double texturescale = 0.5;
17     
18
19 }