You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
564 B

  1. [gd_resource type="Environment" load_steps=2 format=2]
  2. [sub_resource type="ProceduralSky" id=1]
  3. sky_top_color = Color( 0.862745, 0.286275, 0.984314, 1 )
  4. sky_horizon_color = Color( 0.0588235, 0.964706, 0.572549, 1 )
  5. ground_bottom_color = Color( 0.0117647, 0.364706, 0.411765, 1 )
  6. ground_horizon_color = Color( 0.384314, 0.298039, 0.811765, 1 )
  7. ground_curve = 0.0984918
  8. [resource]
  9. background_mode = 2
  10. background_sky = SubResource( 1 )
  11. fog_enabled = true
  12. fog_color = Color( 0.384314, 0.298039, 0.811765, 1 )
  13. fog_sun_color = Color( 0.862745, 0.286275, 0.984314, 1 )