public class SpriteBuzzbomberFire extends Sprite
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANIM_BUZZBOMBER_FIRE_FILENAME_POSTFIX
The sprite filename suffix
|
static java.lang.String |
ANIM_BUZZBOMBER_FIRE_FILENAME_PREFIX
The sprite filename prefix
|
static int |
ANIM_BUZZBOMBER_FIRE_ID
The animation number ID
|
static int |
ANIM_BUZZBOMBER_FIRE_INTERVAL_DELAY
The delay between each sprite change
|
static int |
ANIM_BUZZBOMBER_FIRE_NUM_SPRITES
The number of sprites in an animation
|
static boolean |
ANIM_BUZZBOMBER_FIRE_REPETITION
Identifies if the animation should be repeated after reaching the final index
|
static int |
ANIM_BUZZBOMBER_FIRE_START_INDEX
The starting index of the animation
|
animationID, flippedSprites, intervalDelay, numSprites, repetition, spriteNamePostfix, spriteNamePrefix, sprites, startIndex| Constructor and Description |
|---|
SpriteBuzzbomberFire()
The default constructor used to create the sprites
|
public static final java.lang.String ANIM_BUZZBOMBER_FIRE_FILENAME_PREFIX
public static final java.lang.String ANIM_BUZZBOMBER_FIRE_FILENAME_POSTFIX
public static final int ANIM_BUZZBOMBER_FIRE_NUM_SPRITES
public static final int ANIM_BUZZBOMBER_FIRE_START_INDEX
public static final boolean ANIM_BUZZBOMBER_FIRE_REPETITION
public static final int ANIM_BUZZBOMBER_FIRE_INTERVAL_DELAY
public static final int ANIM_BUZZBOMBER_FIRE_ID