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.
This commit is contained in:
cheapie
2020-05-02 23:58:34 -05:00
parent 7f5eaac5c3
commit 7e00678df6
5 changed files with 249 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ local components = {
"timer",
"cardreader",
"channelcopier",
"controller",
}
if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end