Module game_logic::global_resource_package[][src]

Expand description

Global resources

Overview

This module contains a structure for all resources that are needed through the whole game (sounds, fonts, etc.). These are automatically loaded during the first loading screen, and are then passed around the game as needed.

How this is loaded

The resources are loaded via asset_manager in their own thread so we do not block the renderer.

Structs

Global resource package