summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2020-05-02 23:58:34 -0500
committercheapie <no-email-for-you@example.com>2020-05-02 23:58:34 -0500
commit7e00678df69df968ccf235d46190702bdc59e9ad (patch)
treeb8a2a431cc8558c2905e8c927471036d7ac337c0 /init.lua
parent7f5eaac5c35d4c26d566b39a45e93c4582712b90 (diff)
downloaddigistuff-7e00678df69df968ccf235d46190702bdc59e9ad.tar
digistuff-7e00678df69df968ccf235d46190702bdc59e9ad.tar.gz
digistuff-7e00678df69df968ccf235d46190702bdc59e9ad.tar.bz2
digistuff-7e00678df69df968ccf235d46190702bdc59e9ad.tar.xz
digistuff-7e00678df69df968ccf235d46190702bdc59e9ad.zip
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.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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