up
This commit is contained in:
@@ -51,13 +51,13 @@ CLLMainLua.init = function()
|
||||
Time.fixedDeltaTime = 0.5
|
||||
|
||||
-- 设置是否测试环境
|
||||
if (Prefs.getTestMode()) then
|
||||
local url = Prefs.getTestModeUrl()
|
||||
if (not isNilOrEmpty(url)) then
|
||||
CLAlert.add("Test...", Color.red, -1, 1, false)
|
||||
CLVerManager.self.baseUrl = url
|
||||
end
|
||||
end
|
||||
-- if (Prefs.getTestMode()) then
|
||||
-- local url = Prefs.getTestModeUrl()
|
||||
-- if (not isNilOrEmpty(url)) then
|
||||
-- CLAlert.add("Test...", Color.red, -1, 1, false)
|
||||
-- CLVerManager.self.baseUrl = url
|
||||
-- end
|
||||
-- end
|
||||
|
||||
local fps = CLMainBase.self:GetComponent("CLFPS")
|
||||
fps.displayRect = Rect(10, 200, 640, 40)
|
||||
|
||||
Reference in New Issue
Block a user