1234567891011121314151617181920212223242526 |
- [gd_resource type="Environment" load_steps=2 format=2]
- [sub_resource type="ProceduralSky" id=1]
- sky_top_color = Color( 0.172549, 0.541176, 0.960784, 1 )
- sky_horizon_color = Color( 0.624, 0.7808, 0.96, 1 )
- sky_curve = 0.015368
- sky_energy = 1.61
- ground_bottom_color = Color( 0.231373, 0.207843, 0.14902, 1 )
- ground_horizon_color = Color( 0.901961, 0.819608, 0.576471, 1 )
- ground_curve = 0.0229739
- ground_energy = 4.75
- sun_latitude = 69.0
- sun_longitude = 90.0
- sun_angle_min = 10.0
- sun_angle_max = 50.0
- sun_curve = 0.0267942
- sun_energy = 64.0
- [resource]
- background_mode = 2
- background_sky = SubResource( 1 )
- ambient_light_color = Color( 0.5, 0.5, 0.5, 1 )
- ambient_light_sky_contribution = 0.0
- tonemap_mode = 3
- tonemap_white = 16.0
|