mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
This makes demos render correctly on hiDPI displays, while also demonstrating how to handle multiple resolutions. The 3D in 2D demo now uses "3D No-Effects" for the 3D viewport, which is faster to render. Thanks to this, 4× MSAA is now enabled for a better result. The background loading demo now uses mipmaps for better-looking images. The material testers demo now samples mouse input in a resolution-independent manner when panning. Default clear colors were also changed in some projects for visual consistency with the project's theme.
14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
[gd_resource type="Environment" load_steps=2 format=2]
|
|
|
|
[sub_resource type="ProceduralSky" id=1]
|
|
sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
|
|
sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
|
|
sky_curve = 0.25
|
|
ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 )
|
|
ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
|
|
ground_curve = 0.01
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
background_sky = SubResource( 1 )
|