removed whitespace
This commit is contained in:
parent
e5189c1a21
commit
bad6b5264e
@ -1,4 +1,4 @@
|
|||||||
local tokenArrangerApi = require("accessories/TokenArrangerApi")
|
local tokenArrangerApi = require("accessories/TokenArrangerApi")
|
||||||
|
|
||||||
-- common button parameters
|
-- common button parameters
|
||||||
local buttonParamaters = {}
|
local buttonParamaters = {}
|
||||||
@ -7,20 +7,20 @@ buttonParamaters.color = { 0, 0, 0, 0 }
|
|||||||
buttonParamaters.width = 700
|
buttonParamaters.width = 700
|
||||||
buttonParamaters.height = 700
|
buttonParamaters.height = 700
|
||||||
|
|
||||||
local altState = false
|
local altState = false
|
||||||
local MODE = {
|
local MODE = {
|
||||||
[false] = "Add / Remove",
|
[false] = "Add / Remove",
|
||||||
[true] = "Take / Return"
|
[true] = "Take / Return"
|
||||||
}
|
}
|
||||||
local BUTTON_COLOR = {
|
local BUTTON_COLOR = {
|
||||||
[false] = { 0.4, 0.4, 0.4 },
|
[false] = { 0.4, 0.4, 0.4 },
|
||||||
[true] = { 0.9, 0.9, 0.9 }
|
[true] = { 0.9, 0.9, 0.9 }
|
||||||
}
|
}
|
||||||
local FONT_COLOR = {
|
local FONT_COLOR = {
|
||||||
[false] = { 1, 1, 1 },
|
[false] = { 1, 1, 1 },
|
||||||
[true] = { 0, 0, 0 }
|
[true] = { 0, 0, 0 }
|
||||||
}
|
}
|
||||||
local whitespace = " "
|
local whitespace = " "
|
||||||
local updating
|
local updating
|
||||||
|
|
||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user