12345678910111213141516 |
- {
- "O3DE": {
- "Atom": {
- "Feature": {
- "SplashScreenEnable": true,
- "SplashScreen": {
- "$type": "AZ::Render::SplashScreenSettings",
- "ImagePath" : "UICanvases/SplashScreen/splashscreen.jpg.streamingimage",
- "DurationSeconds" : 5.0,
- "Fading" : true
- }
- }
- }
- }
- }
|