2022-03-08 18:21:59 +01:00
|
|
|
[gd_resource type="TerrainLibraryMergerPCM" load_steps=15 format=2]
|
2021-08-03 01:13:25 +02:00
|
|
|
|
2022-02-12 20:03:17 +01:00
|
|
|
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=1]
|
|
|
|
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=2]
|
2022-02-13 17:57:29 +01:00
|
|
|
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=3]
|
|
|
|
[ext_resource path="res://textures/world/dirt/dirt_albedo.png" type="Texture" id=4]
|
|
|
|
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=5]
|
2022-02-12 20:03:17 +01:00
|
|
|
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=6]
|
|
|
|
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=7]
|
2022-03-08 18:21:59 +01:00
|
|
|
[ext_resource path="res://materials/liquid_material_shadermat.tres" type="Material" id=8]
|
|
|
|
[ext_resource path="res://textures/world/liquid/water_albedo.png" type="Texture" id=9]
|
2021-08-03 01:13:25 +02:00
|
|
|
|
2022-02-08 14:44:37 +01:00
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=1]
|
2021-08-03 01:13:25 +02:00
|
|
|
texture_top = ExtResource( 3 )
|
|
|
|
texture_bottom = ExtResource( 3 )
|
|
|
|
texture_side = ExtResource( 3 )
|
|
|
|
|
2022-02-12 20:03:17 +01:00
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=2]
|
|
|
|
texture_top = ExtResource( 4 )
|
|
|
|
texture_bottom = ExtResource( 4 )
|
|
|
|
texture_side = ExtResource( 4 )
|
|
|
|
|
2022-02-08 14:44:37 +01:00
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=3]
|
2022-02-12 20:03:17 +01:00
|
|
|
texture_top = ExtResource( 4 )
|
|
|
|
texture_bottom = ExtResource( 3 )
|
|
|
|
texture_side = ExtResource( 5 )
|
2021-08-03 01:13:25 +02:00
|
|
|
|
2022-02-08 14:44:37 +01:00
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=4]
|
2022-02-12 20:03:17 +01:00
|
|
|
texture_top = ExtResource( 5 )
|
|
|
|
texture_bottom = ExtResource( 5 )
|
|
|
|
texture_side = ExtResource( 5 )
|
2021-08-03 01:13:25 +02:00
|
|
|
|
2022-03-08 18:21:59 +01:00
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=5]
|
|
|
|
texture_top = ExtResource( 9 )
|
|
|
|
texture_bottom = ExtResource( 9 )
|
|
|
|
texture_side = ExtResource( 9 )
|
|
|
|
|
2021-08-03 01:13:25 +02:00
|
|
|
[resource]
|
2022-02-12 20:03:17 +01:00
|
|
|
materials = [ ExtResource( 7 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 6 ) ]
|
2022-02-19 09:16:33 +01:00
|
|
|
liquid_materials = [ ExtResource( 8 ) ]
|
2022-02-12 20:03:17 +01:00
|
|
|
prop_materials = [ ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 1 ) ]
|
2021-08-03 01:13:25 +02:00
|
|
|
texture_flags = 1
|
2022-03-08 18:21:59 +01:00
|
|
|
terra_surfaces = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ) ]
|