source: Studio/Levels/Main/Environment.tres@ aa1db83

sandbox
Last change on this file since aa1db83 was f7b09c8, checked in by Kevin Chapman <victory2b@…>, 4 years ago

First Draft of world test with working movement and loading screen.

  • Property mode set to 100644
File size: 515 bytes
Line 
1[gd_resource type="Environment" load_steps=2 format=2]
2
3[sub_resource type="ProceduralSky" id=1]
4sky_top_color = Color( 0.568627, 0.698039, 0.807843, 1 )
5sky_horizon_color = Color( 0.67451, 0.705882, 0.733333, 1 )
6ground_bottom_color = Color( 0.121569, 0.121569, 0.129412, 1 )
7ground_horizon_color = Color( 0.67451, 0.705882, 0.733333, 1 )
8sun_latitude = 60.0
9sun_longitude = 30.0
10
11[resource]
12background_mode = 2
13background_sky = SubResource( 1 )
14tonemap_mode = 2
15ssao_quality = 0
16ssao_blur = 2
17glow_enabled = true
Note: See TracBrowser for help on using the repository browser.