diff --git a/game/data/voxel_surfaces/1_stone.tres b/game/data/voxel_surfaces/1_stone.tres index b475ef40..3501f40e 100644 --- a/game/data/voxel_surfaces/1_stone.tres +++ b/game/data/voxel_surfaces/1_stone.tres @@ -1,7 +1,7 @@ [gd_resource type="VoxelSurfaceMerger" load_steps=3 format=2] [ext_resource path="res://data/voxel_textures/test_09.png" type="Texture" id=1] -[ext_resource path="res://data/voxel_textures/test_11.png" type="Texture" id=2] +[ext_resource path="res://data/voxel_textures/test_03.png" type="Texture" id=2] [resource] resource_name = "Stone" diff --git a/game/data/voxel_surfaces/3_test2.tres b/game/data/voxel_surfaces/3_test2.tres index bf6c040f..99efb9db 100644 --- a/game/data/voxel_surfaces/3_test2.tres +++ b/game/data/voxel_surfaces/3_test2.tres @@ -1,11 +1,12 @@ -[gd_resource type="VoxelSurfaceMerger" load_steps=2 format=2] +[gd_resource type="VoxelSurfaceMerger" load_steps=3 format=2] [ext_resource path="res://data/voxel_textures/test_03.png" type="Texture" id=1] +[ext_resource path="res://data/voxel_textures/test_11.png" type="Texture" id=2] [resource] resource_name = "Test2" id = 3 voxel_name = "Test2" -texture_top = ExtResource( 1 ) -texture_bottom = ExtResource( 1 ) +texture_top = ExtResource( 2 ) +texture_bottom = ExtResource( 2 ) texture_side = ExtResource( 1 )