splash_screen.setreg 426 B

12345678910111213141516
  1. {
  2. "O3DE": {
  3. "Atom": {
  4. "Feature": {
  5. "SplashScreenEnable": true,
  6. "SplashScreen": {
  7. "$type": "AZ::Render::SplashScreenSettings",
  8. "ImagePath" : "UICanvases/SplashScreen/splashscreen.jpg.streamingimage",
  9. "DurationSeconds" : 5.0,
  10. "Fading" : true
  11. }
  12. }
  13. }
  14. }
  15. }