Release 1.3.3
- Added support for Intuitive Leap - Added support for Decay - Added support for Fire Burst - Subscript system can now handle multiple scripts
This commit is contained in:
@@ -147,10 +147,10 @@ function main:Init()
|
||||
return not launch.devMode and (not launch.updateAvailable or launch.updateAvailable == "none")
|
||||
end
|
||||
self.controls.checkUpdate.label = function()
|
||||
return launch.subScriptType == "UPDATE" and launch.updateProgress or "Check for Update"
|
||||
return launch.updateCheckRunning and launch.updateProgress or "Check for Update"
|
||||
end
|
||||
self.controls.checkUpdate.enabled = function()
|
||||
return not IsSubScriptRunning()
|
||||
return not launch.updateCheckRunning
|
||||
end
|
||||
self.controls.versionLabel = common.New("LabelControl", {"BOTTOMLEFT",self.anchorUpdate,"BOTTOMLEFT"}, 124, 0, 0, 14, "")
|
||||
self.controls.versionLabel.label = function()
|
||||
|
||||
Reference in New Issue
Block a user