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
|
Rev | Line | |
---|
[f7b09c8] | 1 | [gd_resource type="Environment" load_steps=2 format=2]
|
---|
| 2 |
|
---|
| 3 | [sub_resource type="ProceduralSky" id=1]
|
---|
| 4 | sky_top_color = Color( 0.568627, 0.698039, 0.807843, 1 )
|
---|
| 5 | sky_horizon_color = Color( 0.67451, 0.705882, 0.733333, 1 )
|
---|
| 6 | ground_bottom_color = Color( 0.121569, 0.121569, 0.129412, 1 )
|
---|
| 7 | ground_horizon_color = Color( 0.67451, 0.705882, 0.733333, 1 )
|
---|
| 8 | sun_latitude = 60.0
|
---|
| 9 | sun_longitude = 30.0
|
---|
| 10 |
|
---|
| 11 | [resource]
|
---|
| 12 | background_mode = 2
|
---|
| 13 | background_sky = SubResource( 1 )
|
---|
| 14 | tonemap_mode = 2
|
---|
| 15 | ssao_quality = 0
|
---|
| 16 | ssao_blur = 2
|
---|
| 17 | glow_enabled = true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.