#include "badguy/stalactite.hpp"
#include "math/random_generator.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 int | SHAKE_RANGE_X = 40 |
static const float | SHAKE_TIME = .8f |
static const float | SHAKE_RANGE_Y = 400 |
const int SHAKE_RANGE_X = 40 [static] |
const float SHAKE_RANGE_Y = 400 [static] |
const float SHAKE_TIME = .8f [static] |