mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-15 02:01:09 +01:00
Small tweaks.
This commit is contained in:
parent
094081c34c
commit
4df7af7e8e
@ -10,4 +10,5 @@
|
|||||||
[resource]
|
[resource]
|
||||||
material = ExtResource( 1 )
|
material = ExtResource( 1 )
|
||||||
prop_material = ExtResource( 1 )
|
prop_material = ExtResource( 1 )
|
||||||
|
texture_flags = 1
|
||||||
voxel_surfaces = [ ExtResource( 7 ), ExtResource( 4 ), ExtResource( 3 ), ExtResource( 5 ), ExtResource( 2 ) ]
|
voxel_surfaces = [ ExtResource( 7 ), ExtResource( 4 ), ExtResource( 3 ), ExtResource( 5 ), ExtResource( 2 ) ]
|
||||||
|
@ -51,7 +51,7 @@ var lod_data : Array = [
|
|||||||
1 #CHUNK_INDEX_BACK
|
1 #CHUNK_INDEX_BACK
|
||||||
]
|
]
|
||||||
|
|
||||||
const TEXTURE_SCALE = 2
|
const TEXTURE_SCALE = 3
|
||||||
|
|
||||||
func get_case_code(buffer : VoxelChunk, x : int, y : int, z : int, size : int = 1) -> int:
|
func get_case_code(buffer : VoxelChunk, x : int, y : int, z : int, size : int = 1) -> int:
|
||||||
var case_code : int = 0
|
var case_code : int = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user