Crate bevy_ldtk_asset

Crate bevy_ldtk_asset 

Source
Expand description

A Bevy plugin for loading LDtk project files!

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

asset_labels
Asset labels for the sub-asset types.
entity
The LDtk entity, represented as a Bevy asset.
entity_definition
The LDtk definition for an entity.
enum_definition
The definition for LDtk enum values.
error
field_instance
A field instance is a field value attached to certain assets.
iid
Interface for handling Iid fields in LDtk
layer
The LDtk layer, represented as a Bevy asset.
layer_definition
The LDtk definition for a layer.
ldtk_asset_trait
level
The LDtk level, represented as a Bevy asset.
plugin
prelude
A convenient place to re-export the most used types.
project
The LDtk project top level representation!
tile_instance
tileset_definition
tileset_rectangle
uid
A unique identifier used in LDtk to reference other assets.
world

Macros§

ldtk_import_error