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