Removed CHARACTER_TURN_SPEED_MULTIPLIER which was removed before release.
This commit is contained in:
parent
e0fd0904d2
commit
244bed413e
1 changed files with 0 additions and 1 deletions
|
@ -316,7 +316,6 @@ namespace LSLEditor
|
||||||
public static readonly integer CHARACTER_MAX_ANGULAR_SPEED = 10;
|
public static readonly integer CHARACTER_MAX_ANGULAR_SPEED = 10;
|
||||||
public static readonly integer CHARACTER_MAX_DECEL = 9;
|
public static readonly integer CHARACTER_MAX_DECEL = 9;
|
||||||
public static readonly integer CHARACTER_RADIUS = 2;
|
public static readonly integer CHARACTER_RADIUS = 2;
|
||||||
public static readonly integer CHARACTER_TURN_SPEED_MULTIPLIER = 12;
|
|
||||||
public static readonly integer CHARACTER_TYPE_A = 0;
|
public static readonly integer CHARACTER_TYPE_A = 0;
|
||||||
public static readonly integer CHARACTER_TYPE_B = 1;
|
public static readonly integer CHARACTER_TYPE_B = 1;
|
||||||
public static readonly integer CHARACTER_TYPE_C = 2;
|
public static readonly integer CHARACTER_TYPE_C = 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue