mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
* Remove hideous inline tab indentation, and bans it in contributing guidelines * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
#define CABLE_LAYER_1 1
|
|
#define CABLE_LAYER_2 2
|
|
#define CABLE_LAYER_3 4
|
|
|
|
#define MACHINERY_LAYER_1 1
|
|
|
|
#define SOLAR_TRACK_OFF 0
|
|
#define SOLAR_TRACK_TIMED 1
|
|
#define SOLAR_TRACK_AUTO 2
|