resources top-level property Core Systems
{@category Core_Systems} 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;