resources property
latefinal
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
late final ResourceManager resources;