animation
typedef struct dg_animation { dg_spritesheet_t *sheet; int *frames; int size; float speed; } dg_animation_t;