加一点注释
This commit is contained in:
@@ -368,7 +368,7 @@ local slider={
|
|||||||
ATV=0,--Activating time(0~8)
|
ATV=0,--Activating time(0~8)
|
||||||
TAT=0,--Text activating time(0~180)
|
TAT=0,--Text activating time(0~180)
|
||||||
pos=0,--Position shown
|
pos=0,--Position shown
|
||||||
lastTime=0,
|
lastTime=0,--Last value changing time
|
||||||
}
|
}
|
||||||
local sliderShowFunc={
|
local sliderShowFunc={
|
||||||
int=function(S)
|
int=function(S)
|
||||||
@@ -800,10 +800,10 @@ end
|
|||||||
|
|
||||||
local textBox={
|
local textBox={
|
||||||
type="textBox",
|
type="textBox",
|
||||||
scrollPos=0,
|
scrollPos=0,--Which line display at bottom
|
||||||
scrollPix=0,
|
scrollPix=0,--Hidden wheel move value
|
||||||
sure=0,
|
sure=0,--Sure-timer for clear history
|
||||||
new=false,
|
new=false,--If there is a new message
|
||||||
-- texts={},
|
-- texts={},
|
||||||
}
|
}
|
||||||
function textBox:reset()
|
function textBox:reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user