Module game_logic::rendering::screens::loading_screen[][src]

Expand description

Handles loading the global resources and playing an intro animation

Overview

This module contains LoadingScreen which will perform multi-threaded resource loading while rendering a loading animation.

Whats happening

  • Discord RPC is set
  • Resources are loaded
  • Animation is rendered

Structs