diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2020-04-19 19:09:06 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2020-04-19 19:09:06 -0300 |
commit | 9a28258ed9937770c11ef5794701014c9870abd5 (patch) | |
tree | bc177305dfb5a5ed07120cd2eec18fa7591c2aa4 /default_env.tres | |
parent | 42080db6952467fcdf9acbe651a122e387e5321f (diff) | |
download | plugin-godot-simple-crt-shader-9a28258ed9937770c11ef5794701014c9870abd5.tar.gz plugin-godot-simple-crt-shader-9a28258ed9937770c11ef5794701014c9870abd5.tar.bz2 plugin-godot-simple-crt-shader-9a28258ed9937770c11ef5794701014c9870abd5.zip |
setting up master to godot 3
Diffstat (limited to 'default_env.tres')
-rw-r--r-- | default_env.tres | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/default_env.tres b/default_env.tres new file mode 100644 index 0000000..0f8c712 --- /dev/null +++ b/default_env.tres @@ -0,0 +1,18 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] +radiance_size = 4 +sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 ) +sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 ) +sky_curve = 0.25 +ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 ) +ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 ) +ground_curve = 0.01 +sun_energy = 16.0 + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) +fog_height_min = 0.0 +fog_height_max = 100.0 +ssao_quality = 0 |