mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
[gd_resource type="TerrainLibraryMerger" load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://textures/world/grass/grass_mossy_albedo.png" type="Texture" id=1]
|
|
[ext_resource path="res://textures/world/dirt/dirt_albedo.png" type="Texture" id=2]
|
|
[ext_resource path="res://textures/world/stone/stone_1_albedo.png" type="Texture" id=3]
|
|
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
|
|
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]
|
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=1]
|
|
texture_top = ExtResource( 1 )
|
|
texture_bottom = ExtResource( 1 )
|
|
texture_side = ExtResource( 1 )
|
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=2]
|
|
texture_top = ExtResource( 2 )
|
|
texture_bottom = ExtResource( 2 )
|
|
texture_side = ExtResource( 2 )
|
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=3]
|
|
texture_top = ExtResource( 2 )
|
|
texture_bottom = ExtResource( 1 )
|
|
texture_side = ExtResource( 3 )
|
|
|
|
[sub_resource type="TerrainSurfaceMerger" id=4]
|
|
texture_top = ExtResource( 3 )
|
|
texture_bottom = ExtResource( 3 )
|
|
texture_side = ExtResource( 3 )
|
|
|
|
[resource]
|
|
materials = [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 4 ) ]
|
|
texture_flags = 1
|
|
terra_surfaces = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ]
|