Add client pulling prediction (#2041)
* WIP changes * Merge conflict fixes * Bring pull controlelr to current year * Sync and predict PullController on the client * Clean imports * Slow down pullers and make pulling tighter * Stop pulls on pullable or puller component removals * Make pulling not occur when moving towards the pulled entity
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
public const uint CRAYONS = 1075;
|
||||
public const uint PLACEABLE_SURFACE = 1076;
|
||||
public const uint STORABLE = 1077;
|
||||
public const uint PULLABLE = 1078;
|
||||
|
||||
// Net IDs for integration tests.
|
||||
public const uint PREDICTION_TEST = 10001;
|
||||
|
||||
Reference in New Issue
Block a user