Convert game controller to use entity attachment instead of a physics override

This should make it get along better with other mods that affect physics overrides, and also prevent the "walking in place" when using it.
This commit is contained in:
cheapie
2021-02-21 18:36:09 -06:00
parent a5ca8f19b7
commit b16d25c828
3 changed files with 28 additions and 14 deletions

View File

@@ -5,5 +5,4 @@ When a player leaves a controller, the string "player_left" is sent.
In addition to right-clicking the controller in use to stop using it, the following will also cause a player to stop using the controller:
* The controller is moved or removed
* The player leaves the game
* The player is teleported away from the controller
* The controller receives the string "release" on its digilines channel