mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Reduced chunk's texture scale to 3.
This commit is contained in:
parent
99f01c6c95
commit
c6b4dffc66
@ -38,6 +38,7 @@ func _create_meshers():
|
||||
mesher.lod_size = lod_size
|
||||
mesher.voxel_scale = voxel_scale
|
||||
mesher.build_flags = build_flags
|
||||
mesher.texture_scale = 3
|
||||
add_mesher(mesher)
|
||||
|
||||
#add_mesher(VoxelMesherCubic.new())
|
||||
|
Loading…
Reference in New Issue
Block a user