mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-03-12 03:49:54 +01:00
The level generator will now also use a third cell type.
This commit is contained in:
parent
a4459a949d
commit
287e7af447
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user