package
0.0.0-20211021131836-7f92c571bf04
Repository: https://github.com/opendiablo2/opendiablo2.git
Documentation: pkg.go.dev

# Functions

NewAnimatedEntity creates an instance of AnimatedEntity.
NewMapEntityFactory creates a MapEntityFactory instance with the given asset manager.

# Structs

AnimatedEntity represents an animation that can be projected onto the map.
CastOverlay is an animated entity representing a projectile that is a result of a skill cast.
Item is a map entity for an item.
MapEntityFactory creates map entities for the MapEngine.
Missile is a simple animated entity representing a projectile, such as a spell or arrow.
NPC is a passive complex entity with which the player can interact.
Object represents a composite of animations that can be projected onto the map.
Player is the player character entity.