5 Commits

Author SHA1 Message Date
OgelGames
b2369b3e81 fix luacheck warnings and remove stray print() 2021-02-23 11:20:39 +02:00
SX
0e59f66d39 Merge branch 'master' of github.com:mt-mods/digistuff into upstream-merge 2021-02-23 11:14:11 +02:00
cheapie
b16d25c828 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.
2021-02-21 18:36:09 -06:00
OgelGames
49e84e4323
Add luacheck (#1)
* add luacheck workflow and config
* replace 'digiline' with 'digilines'
* fix whitespace
* fix most variable warnings
* piston.lua and movestone.lua have inline ignores for some hard to fix code
* increase line length for now
2021-02-09 16:16:56 +01:00
cheapie
7e00678df6 Add digilines game controller
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.
2020-05-02 23:58:34 -05:00