#include "object/block.hpp"
#include "audio/sound_manager.hpp"
#include "badguy/badguy.hpp"
#include "object/coin.hpp"
#include "object/flower.hpp"
#include "object/growup.hpp"
#include "object/player.hpp"
#include "object/portable.hpp"
#include "supertux/constants.hpp"
Go to the source code of this file.
Variables | |
static const float | BOUNCY_BRICK_MAX_OFFSET = 8 |
static const float | BOUNCY_BRICK_SPEED = 90 |
static const float | EPSILON = .0001f |
static const float | BUMP_ROTATION_ANGLE = 10 |
const float BOUNCY_BRICK_MAX_OFFSET = 8 [static] |
const float BOUNCY_BRICK_SPEED = 90 [static] |
const float BUMP_ROTATION_ANGLE = 10 [static] |