Crate assets

Source
Expand description

§DungeonRS assets

Modules§

library 🔒
A library serves as a device-wide registry of asset packs.
packs 🔒
An asset pack is a single root folder that contains asset and subfolders.
plugin 🔒
The AssetPlugin is responsible for loading the required information into Bevy.

Structs§

AssetLibrary
An AssetLibrary is a device-wide registry of packs that save files can refer to. It handles as the bridge between relative paths within an asset pack and the actual paths on a user’s device.
AssetPack
An AssetPack is a single root folder that contains assets and subfolders.
AssetPlugin
Handles registering the required resources and functionality for the asset system.

Enums§

AssetLibraryError
The errors that can occur when loading or saving the AssetLibrary.
AssetPackError
Describes the errors that can occur when working with AssetPacks
AssetPackState
Describes the current state of an AssetPack.