Made sunrise last longer.
This commit is contained in:
parent
abb8c981bc
commit
f3887390a9
@ -7,7 +7,7 @@ function trigger(objectToChange)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local maxTimeDiff = 20
|
local maxTimeDiff = 30
|
||||||
local timeDiff = os.clock()- global.sunStartTime
|
local timeDiff = os.clock()- global.sunStartTime
|
||||||
if(timeDiff > maxTimeDiff)then
|
if(timeDiff > maxTimeDiff)then
|
||||||
timeDiff = maxTimeDiff
|
timeDiff = maxTimeDiff
|
||||||
|
Loading…
Reference in New Issue
Block a user