The level generator will now also use a third cell type.

This commit is contained in:
Relintai 2021-04-18 19:41:56 +02:00
parent a4459a949d
commit 287e7af447

View File

@ -19,3 +19,5 @@ func _generate_chunk(chunk: TerraChunk) -> void:
if val < 33:
chunk.set_voxel(2, x, z, TerraChunkDefault.DEFAULT_CHANNEL_TYPE)
elif val > 42:
chunk.set_voxel(4, x, z, TerraChunkDefault.DEFAULT_CHANNEL_TYPE)