|
|
|
|
@ -82,13 +82,13 @@ func init_data(): |
|
|
|
|
and center.get_data("moisture") > 0.3 |
|
|
|
|
): |
|
|
|
|
center.set_data("forest", true) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if not center.get_data("water"): |
|
|
|
|
var voronoi = center.polygon() |
|
|
|
|
center.set_data("voronoi",voronoi) |
|
|
|
|
var voronoi_bounding_box = Global.polygon_bounding_box(voronoi) |
|
|
|
|
center.set_data("voronoi_bounding_box",voronoi_bounding_box) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Global.loadings["world_creation"].increment_step() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|