Swapped the grass and dirt textures.

This commit is contained in:
Relintai 2019-11-24 17:00:52 +01:00
parent 3113c03020
commit 49752d777e
2 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -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 )