Temporarily set the tree's texture to the prop material, and also added prop materials to the library.

This commit is contained in:
Relintai 2021-08-07 11:33:14 +02:00
parent 522242182c
commit 86511cdd26
2 changed files with 7 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,12 @@
[gd_resource type="TerramanLibraryMergerPCM" load_steps=10 format=2]
[gd_resource type="TerramanLibraryMergerPCM" load_steps=12 format=2]
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1]
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png" type="Texture" id=2]
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/dirt_albedo.png" type="Texture" id=3]
[ext_resource path="res://modules/core/materials/7_standard_material_notex.tres" type="Material" id=4]
[ext_resource path="res://modules/core/materials/5_standard_material_nouv2.tres" type="Material" id=5]
[ext_resource path="res://modules/core/materials/6_standard_material_prop_nouv2.tres" type="Material" id=6]
[ext_resource path="res://modules/core/materials/8_standard_material_prop_notex.tres" type="Material" id=7]
[sub_resource type="TerraSurfaceMerger" id=1]
texture_top = ExtResource( 1 )
@ -28,5 +30,6 @@ texture_side = ExtResource( 2 )
[resource]
materials = [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 4 ) ]
prop_materials = [ ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 7 ) ]
texture_flags = 1
voxel_surfaces = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ]