splash_screen.setreg 459 B

1234567891011121314151617
  1. {
  2. "O3DE": {
  3. "Atom": {
  4. "Feature": {
  5. "SplashScreenEnable": false,
  6. "SplashScreen": {
  7. "$type": "AZ::Render::SplashScreenSettings",
  8. // Sample context only.
  9. //"ImagePath" : "Textures/SplashScreen.jpg.streamingimage",
  10. "DurationSeconds" : 10.0,
  11. "Fading" : true
  12. }
  13. }
  14. }
  15. }
  16. }