Namespace Axolotl2D.Drawable
Classes
- BaseDrawable
Abstract class that represents a drawable object. This can be a Sprite, Text, or any other drawable object.
- Sprite
Represents an image that can be drawn to the screen. Use LoadSprite(string, Stream) to instantiate this class.
- SpriteManager
Manages assets for the game.