mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
This demo showcases various OS-specific features in Godot. It can be used to test Godot while porting it to a new platform or to check for regressions. This closes #8.
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
[gd_resource type="Environment" load_steps=2 format=2]
|
|
|
|
[sub_resource type="ProceduralSky" id=1]
|
|
|
|
[resource]
|
|
background_mode = 2
|
|
background_sky = SubResource( 1 )
|