[][src]Module deathframe::handles

Modules

prelude

Structs

AudioHandles

This is a resource wrapper for amethyst's audio Sources. It can load and get SourceHandles; load them by passing a audio file path to an appropriate method and get them by passing the audio file name (without extension) to an appropriate method.

SpriteSheetHandles

This is a resource wrapper for amethyst's SpriteSheets. It can load and get SpriteSheetHandles; load them by passing a spritesheet's image file path to an appropriate method and get them by passing their spritesheet's image file name (without extension) to an appropriate method.

TextureHandles

This is a resource wrapper for amethyst's Textures. It can load and get TextureHandles; load them by passing a texture's image file path to an appropriate method and get them by passing their texture's image file name (without extension) to an appropriate method.