resources top-level property Core Systems

ResourceManager get resources

Manages loading and caching of game resources like textures, fonts, and sounds.

Provides methods to load assets and automatically handles progress tracking with the loader.

Implementation

ResourceManager get resources => App.instance.resources;