Super Derpy: Muffin Attack
 All Classes Files Functions Variables Enumerations Macros
Public Attributes
Spritesheet Struct Reference

Structure representing one spritesheet animation of Derpy. More...

#include <main.h>

List of all members.

Public Attributes

char * name
ALLEGRO_BITMAP * bitmap
int rows
int cols
int blanks
float speed
float aspect
float scale
struct Spritesheetnext

Detailed Description

Structure representing one spritesheet animation of Derpy.


Member Data Documentation

float Spritesheet::aspect

Aspect ratio of the frame.

ALLEGRO_BITMAP* Spritesheet::bitmap

Spritesheet bitmap.

int Spritesheet::blanks

Number of blank frames at the end of the spritesheet.

int Spritesheet::cols

Number of columns in the spritesheet.

char* Spritesheet::name

Readable name of the spritesheet.

struct Spritesheet* Spritesheet::next

Next spritesheet in the queue.

int Spritesheet::rows

Number of rows in the spritesheet.

float Spritesheet::scale

Scale modifier of the frame.

float Spritesheet::speed

Speed modifier of spritesheet animation.


The documentation for this struct was generated from the following file: