mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
90 lines
2.8 KiB
Plaintext
90 lines
2.8 KiB
Plaintext
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://scripts/world_generators/MainPlanetGenerator.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/voxel_libraries/2_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=2]
|
|
[ext_resource path="res://scripts/settings/DirectionalLightSettings.gd" type="Script" id=3]
|
|
[ext_resource path="res://voxelman/transvoxel_mesher/TVVoxelWorld.gd" type="Script" id=8]
|
|
|
|
[sub_resource type="VoxelmanLevelGenerator" id=1]
|
|
script = ExtResource( 1 )
|
|
_force_planet = -1
|
|
_level_seed = 0
|
|
_spawn_mobs = false
|
|
|
|
[sub_resource type="ProceduralSky" id=2]
|
|
sky_top_color = Color( 0.447059, 0.780392, 0.854902, 1 )
|
|
sky_horizon_color = Color( 0.273637, 0.277344, 0.206924, 1 )
|
|
sky_curve = 0.263535
|
|
sky_energy = 0.3
|
|
ground_bottom_color = Color( 0.196078, 0.152941, 0.152941, 1 )
|
|
ground_horizon_color = Color( 0.223529, 0.192157, 0.164706, 1 )
|
|
ground_curve = 0.101965
|
|
ground_energy = 0.4
|
|
sun_color = Color( 0.45098, 0.352941, 0.113725, 1 )
|
|
sun_latitude = 39.71
|
|
sun_longitude = -8.09
|
|
sun_angle_min = 0.0
|
|
sun_angle_max = 23.15
|
|
sun_energy = 9.29
|
|
texture_size = 0
|
|
|
|
[sub_resource type="Environment" id=3]
|
|
background_mode = 2
|
|
background_sky = SubResource( 2 )
|
|
ambient_light_color = Color( 0.870588, 0.870588, 0.870588, 1 )
|
|
ambient_light_energy = 1.24
|
|
ambient_light_sky_contribution = 0.09
|
|
fog_enabled = true
|
|
fog_color = Color( 0.184314, 0.207843, 0.156863, 1 )
|
|
fog_sun_color = Color( 0.239216, 0.337255, 0.396078, 1 )
|
|
fog_sun_amount = 0.53
|
|
fog_depth_begin = 155.9
|
|
fog_depth_end = 379.9
|
|
fog_depth_curve = 1.18921
|
|
tonemap_mode = 2
|
|
tonemap_exposure = 0.83
|
|
auto_exposure_max_luma = 7.33
|
|
ss_reflections_enabled = true
|
|
ssao_enabled = true
|
|
glow_levels/3 = false
|
|
glow_intensity = 1.6
|
|
glow_strength = 1.1
|
|
glow_bloom = 0.1
|
|
glow_hdr_luminance_cap = 1.0
|
|
adjustment_enabled = true
|
|
adjustment_brightness = 1.1
|
|
adjustment_contrast = 1.25
|
|
|
|
[node name="World" type="VoxelWorld" groups=[
|
|
"save",
|
|
]]
|
|
use_threads = false
|
|
max_concurrent_generations = 1
|
|
library = ExtResource( 2 )
|
|
level_generator = SubResource( 1 )
|
|
voxel_scale = 2.0
|
|
chunk_spawn_range = 3
|
|
script = ExtResource( 8 )
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource( 3 )
|
|
__meta__ = {
|
|
"_editor_description_": ""
|
|
}
|
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
|
transform = Transform( -0.797163, 0.45442, 0.397535, 0.124932, -0.520028, 0.844963, 0.590697, 0.723238, 0.357776, 0, 18.834, 0 )
|
|
layers = 3
|
|
light_color = Color( 1, 0.878431, 0.878431, 1 )
|
|
light_energy = 0.7
|
|
light_specular = 0.65
|
|
shadow_bias = 0.07
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="DirectionalLight2" type="DirectionalLight" parent="."]
|
|
transform = Transform( 0.826603, 0.474891, -0.302004, -0.49276, 0.351482, -0.79602, -0.271874, 0.806808, 0.524543, 0, 18.834, 0 )
|
|
light_color = Color( 0.631373, 0.631373, 0.631373, 1 )
|
|
light_energy = 0.48
|
|
light_specular = 0.0
|
|
directional_shadow_normal_bias = 0.1
|