#include "badguy/spidermite.hpp"
#include "object/player.hpp"
#include "sprite/sprite.hpp"
#include "supertux/object_factory.hpp"
Go to the source code of this file.
Variables | |
static const float | FLYTIME = 1.2f |
static const float | MOVE_SPEED = -100.0f |
const float FLYTIME = 1.2f [static] |
Definition at line 23 of file spidermite.cpp.
Referenced by SpiderMite::active_update(), and SpiderMite::initialize().
const float MOVE_SPEED = -100.0f [static] |
Definition at line 24 of file spidermite.cpp.
Referenced by SpiderMite::active_update(), and SpiderMite::initialize().