Resources used by About state. More...
#include <main.h>
Public Attributes | |
| ALLEGRO_BITMAP * | fade_bitmap |
| ALLEGRO_BITMAP * | image |
| ALLEGRO_BITMAP * | text_bitmap |
| ALLEGRO_BITMAP * | letter |
| ALLEGRO_SAMPLE * | sample |
| ALLEGRO_SAMPLE_INSTANCE * | music |
| ALLEGRO_FONT * | font |
| float | x |
| int | fadeloop |
Resources used by About state.
| ALLEGRO_BITMAP* About::fade_bitmap |
Bitmap with screenshot, used in fades.
| int About::fadeloop |
Loop counter used in fades.
| ALLEGRO_FONT* About::font |
Font used in the text on letter.
| ALLEGRO_BITMAP* About::image |
Background bitmap.
| ALLEGRO_BITMAP* About::letter |
Paper bitmap.
| ALLEGRO_SAMPLE_INSTANCE* About::music |
Sample instance with background music.
| ALLEGRO_SAMPLE* About::sample |
Sample with background music.
| ALLEGRO_BITMAP* About::text_bitmap |
Bitmap with scrolled text.
| float About::x |
Horizontal position of the text.
1.8.1.1