Resources used by Intro state. More...
#include <main.h>
Public Attributes | |
| int | position |
| int | page |
| bool | in_animation |
| float | anim |
| ALLEGRO_BITMAP * | table |
| ALLEGRO_BITMAP * | table_bitmap |
| ALLEGRO_BITMAP * | frame |
| ALLEGRO_BITMAP * | animsprites [5] |
| ALLEGRO_FONT * | font |
| ALLEGRO_SAMPLE * | sample |
| ALLEGRO_SAMPLE_INSTANCE * | music |
| ALLEGRO_AUDIO_STREAM * | audiostream |
Resources used by Intro state.
| float Intro::anim |
Counter used for spritesheet animations.
| ALLEGRO_BITMAP* Intro::animsprites[5] |
Array with spritesheet bitmaps.
| ALLEGRO_AUDIO_STREAM* Intro::audiostream |
Audiostream used for Celestia voice.
| ALLEGRO_FONT* Intro::font |
Font used for text.
| ALLEGRO_BITMAP* Intro::frame |
Bitmap with frame around the screen.
| bool Intro::in_animation |
Animation as in page transition animation.
| ALLEGRO_SAMPLE_INSTANCE* Intro::music |
Sample instance with background music.
| int Intro::page |
Current page number.
| int Intro::position |
Position of the page.
| ALLEGRO_SAMPLE* Intro::sample |
Background music sample.
| ALLEGRO_BITMAP* Intro::table |
Background paper bitmap, two pages long.
| ALLEGRO_BITMAP* Intro::table_bitmap |
Unscaled background paper bitmap.
1.8.1.1