mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Merge pull request #6051 from Heroman3003/conveyorsal
Fixes conveyors being unable to go backwards
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#define OFF 0
|
||||
#define FORWARDS 1
|
||||
#define BACKWARDS 2
|
||||
#define BACKWARDS -1
|
||||
|
||||
//conveyor2 is pretty much like the original, except it supports corners, but not diverters.
|
||||
//note that corner pieces transfer stuff clockwise when running forward, and anti-clockwise backwards.
|
||||
|
||||
Reference in New Issue
Block a user