#include "object/bouncy_coin.hpp"
#include "sprite/sprite.hpp"
#include "sprite/sprite_manager.hpp"
Go to the source code of this file.
Variables | |
static const float | FADE_TIME = .2f |
this controls the time over which a bouncy coin fades | |
static const float | LIFE_TIME = .5f |
this is the total life time of a bouncy coin |
const float FADE_TIME = .2f [static] |
this controls the time over which a bouncy coin fades
Definition at line 23 of file bouncy_coin.cpp.
Referenced by BouncyCoin::draw().
const float LIFE_TIME = .5f [static] |
this is the total life time of a bouncy coin
Definition at line 25 of file bouncy_coin.cpp.
Referenced by BouncyCoin::BouncyCoin().