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.

jrpg_env.tres 434 B

4 jaren geleden
123456789101112
  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.188235, 0.901961, 0.956863, 1 )
  5. ground_bottom_color = Color( 0.109804, 0.556863, 0.0823529, 1 )
  6. ground_horizon_color = Color( 0.188235, 0.901961, 0.956863, 1 )
  7. ground_curve = 0.0984918
  8. [resource]
  9. background_mode = 2
  10. background_sky = SubResource( 1 )