mirror of
https://github.com/peter-tanner/spidertron-squad-control.git
synced 2024-12-01 03:20:17 +08:00
17 lines
478 B
Lua
17 lines
478 B
Lua
|
--[[ Copyright (c) 2020 npc_strider
|
||
|
* For direct use of code or graphics, credit is appreciated. See LICENSE.txt for more information.
|
||
|
* This mod may contain modified code sourced from base/core Factorio
|
||
|
*
|
||
|
* constants.lua
|
||
|
* Constants.
|
||
|
--]]
|
||
|
|
||
|
-- Settings constants
|
||
|
SETTING_REMOTE_SEL = "Spidertron squad selection"
|
||
|
SETTING_REMOTE = "Spidertron squad remote"
|
||
|
|
||
|
SETTING_LINK = "Spidertron link tool"
|
||
|
SETTING_UNLINK = "Spidertron unlink tool"
|
||
|
|
||
|
SETTING_AUTOMATIC = "Automatic"
|
||
|
--
|