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

Resources used by Map state. More...

#include <main.h>

List of all members.

Public Attributes

ALLEGRO_BITMAP * map
ALLEGRO_BITMAP * map_bg
ALLEGRO_BITMAP * highlight
ALLEGRO_BITMAP * arrow
int selected
int available
float arrowpos
ALLEGRO_SAMPLE * sample
ALLEGRO_SAMPLE * click_sample
ALLEGRO_SAMPLE_INSTANCE * music
ALLEGRO_SAMPLE_INSTANCE * click

Detailed Description

Resources used by Map state.


Member Data Documentation

ALLEGRO_BITMAP* Map::arrow

Arrow bitmap.

float Map::arrowpos

Vertical position of the arrow.

int Map::available

Number of highest available level.

ALLEGRO_SAMPLE_INSTANCE* Map::click

Sample instance with click sound.

ALLEGRO_SAMPLE* Map::click_sample

Sample with click sound.

ALLEGRO_BITMAP* Map::highlight

Level highlights bitmap.

ALLEGRO_BITMAP* Map::map

Background table bitmap.

ALLEGRO_BITMAP* Map::map_bg

Map bitmap.

ALLEGRO_SAMPLE_INSTANCE* Map::music

Sample instance with background music.

ALLEGRO_SAMPLE* Map::sample

Sample with backgrond music.

int Map::selected

Number of currently selected level.


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