forked from MagicBane/Server
Ratios initialized.
This commit is contained in:
@@ -28,8 +28,8 @@ public class Terrain {
|
|||||||
public Vector2f cell_size = new Vector2f();
|
public Vector2f cell_size = new Vector2f();
|
||||||
public Vector2f cell_count = new Vector2f();
|
public Vector2f cell_count = new Vector2f();
|
||||||
public float terrain_scale;
|
public float terrain_scale;
|
||||||
public Vector2f major_blend;
|
public Vector2f major_blend = new Vector2f();
|
||||||
public Vector2f minor_blend;
|
public Vector2f minor_blend = new Vector2f();
|
||||||
public int heightmap;
|
public int heightmap;
|
||||||
Zone zone;
|
Zone zone;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user