7#include "texturefilm.h"
15 static const int UP = 4;
25 static const int COIN = 14;
30 static const int KIT = 104;
32 static const int JET = 106;
35 static const int DUST = 109;
40 static const int SIZE = 7;
45 static TextureFilm* film;
47 static std::map<int, Emitter::Factory*> factories;
49 static Emitter::Factory* get(
int type);
54 void reset(
int index,
float x,
float y,
int type);
58 static Emitter::Factory*
factory(
int type,
bool lightMode);
static const int PARALYSIS
Definition speck.h:34
static const int EVOKE
Definition speck.h:28
Speck()
Definition speck.cpp:9
static const int HEART
Definition speck.h:22
static const int DISCOVER
Definition speck.h:27
static const int TOXIC
Definition speck.h:33
static const int STAR
Definition speck.h:12
static const int BUBBLE
Definition speck.h:23
static Emitter::Factory * factory(int type)
Definition speck.cpp:394
static const int FORGE
Definition speck.h:36
virtual void update()
Definition speck.cpp:275
static const int LIGHT
Definition speck.h:13
static const int COIN
Definition speck.h:25
static const int QUESTION
Definition speck.h:14
static const int RATTLE
Definition speck.h:31
static const int MASTERY
Definition speck.h:29
void reset(int index, float x, float y, int type)
Definition speck.cpp:23
static const int BONE
Definition speck.h:17
static const int ROCK
Definition speck.h:19
static const int DUST
Definition speck.h:35
static const int STEAM
Definition speck.h:24
static const int UP
Definition speck.h:15
static const int CONFUSION
Definition speck.h:37
static const int HEALING
Definition speck.h:11
static const int JET
Definition speck.h:32
static const int WOOL
Definition speck.h:18
static const int SCREAM
Definition speck.h:16
int type
Definition speck.h:51
static const int NOTE
Definition speck.h:20
static const int CHANGE
Definition speck.h:21
static const int KIT
Definition speck.h:30