summaryrefslogtreecommitdiff
path: root/controller.lua
AgeCommit message (Collapse)Author
2021-02-21Convert game controller to use entity attachment instead of a physics overridecheapie
This should make it get along better with other mods that affect physics overrides, and also prevent the "walking in place" when using it.
2020-05-02Add digilines game controllercheapie
This node allows players to have their keypresses forwarded to a LuaC, instead of moving the player around. This is intended to be used for making LuaC-based games.