UIComponentBootup.xml 750 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- *********************************************************************** -->
  3. <!-- * Shows splash/legal screens & movies when the game boots up. * -->
  4. <!-- *********************************************************************** -->
  5. <!-- This component must have a smaller priority than any other components!
  6. It managed the background thread and stalls the main thread until the
  7. the background thread has finished in it's Shutdown(). We don't want
  8. the other components to shutdown before the background thread is done. -->
  9. <UIComponentBootup xmlns="uri:ea.com:eala:asset"
  10. Priority="1"
  11. RenderImageName="APT:LoadingImage"
  12. LoadingTextImageName="APT:LoadingText">
  13. </UIComponentBootup>