From 49752d777ecf6db9373c149ef641d24710a304dc Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 24 Nov 2019 17:00:52 +0100 Subject: [PATCH] Swapped the grass and dirt textures. --- game/data/voxel_surfaces/1_stone.tres | 2 +- game/data/voxel_surfaces/3_test2.tres | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 )