Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua)

This commit is contained in:
Jeija
2012-08-11 22:58:00 +02:00
parent a57b8f4a07
commit 6b1941a380
4 changed files with 302 additions and 46 deletions

View File

@ -1,3 +1,4 @@
-- SETTINGS
BLINKY_PLANT_INTERVAL=3
ENABLE_TEMPEREST=false
ENABLE_TEMPEREST = false -- Enable Temperest's plugs and sockets
NEW_STYLE_WIRES = false -- true = new nodebox wires, false = old raillike wires