Erwan
- Reward system in Story mode (currently, either credits or random set) - Rules now accept for player 2 to start (see story mode "block" stage) - Story mode now has an autosave/autoload mechanism. This is for convenience but also to prevent people from abusing the reward mechanism too easily. - possibility to choose an avatar for both players through the rules (see example in story mode)
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
static const char* GAME_VERSION = "WTH?! 0.11.1 - by wololo";
|
||||
|
||||
#define DEFAULT_ANGLE_MULTIPLIER 0.4
|
||||
#define DEFAULT_ANGLE_MULTIPLIER 0.4f
|
||||
#define MAX_ANGLE_MULTIPLIER (3*M_PI)
|
||||
#define MIN_ANGLE_MULTIPLIER 0.4
|
||||
#define MIN_ANGLE_MULTIPLIER 0.4f
|
||||
static const double STEP_ANGLE_MULTIPLIER = 0.0002;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user