This commit is contained in:
Relintai 2020-01-15 16:20:43 +01:00
parent 6aa08476e1
commit 094081c34c
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ use_threads = false
max_concurrent_generations = 1
library = ExtResource( 2 )
level_generator = SubResource( 1 )
voxel_scale = 2.0
chunk_spawn_range = 3
script = ExtResource( 8 )

View File

@ -51,7 +51,7 @@ var lod_data : Array = [
1 #CHUNK_INDEX_BACK
]
const TEXTURE_SCALE = 4
const TEXTURE_SCALE = 2
func get_case_code(buffer : VoxelChunk, x : int, y : int, z : int, size : int = 1) -> int:
var case_code : int = 0