Scale grenade torque depending on throw mode (#5845)

This commit is contained in:
commy2
2017-12-03 17:37:13 +01:00
committed by SilentSpike
parent e0ae842ff0
commit 2e9b195021
2 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#define THROWSTYLE_HIGH_DIR [0, 200, 500]
#define THROWSTYLE_HIGH_VEL_COEF 2
#define THROWSTYLE_DROP_VEL 2
#define THROWSTYLE_HIGH_TORQUE_COEF .6
#define THROWSTYLE_DROP_TORQUE_COEF .2
#define THROW_TYPE_DEFAULT "normal"
#define THROW_SPEED_DEFAULT 18