From 7e00678df69df968ccf235d46190702bdc59e9ad Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 2 May 2020 23:58:34 -0500 Subject: 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. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 765ed74..8c772fd 100644 --- a/init.lua +++ b/init.lua @@ -15,6 +15,7 @@ local components = { "timer", "cardreader", "channelcopier", + "controller", } if minetest.get_modpath("mesecons_luacontroller") then table.insert(components,"ioexpander") end -- cgit v1.2.3