移除框架内几处对SETTING的依赖
This commit is contained in:
7
main.lua
7
main.lua
@@ -125,9 +125,10 @@ end})
|
||||
table.insert(_LOADTIMELIST_,("Load Parts: %.3fs"):format(TIME()-_LOADTIME_))
|
||||
|
||||
--Init Zframework
|
||||
Z.setIfPowerInfo(function()
|
||||
return SETTING.powerInfo and LOADED
|
||||
end)
|
||||
Z.setCleanCanvas(SETTING.cleanCanvas)
|
||||
Z.setFrameMul(SETTING.frameMul)
|
||||
Z.setClickFX(SETTING.clickFX)
|
||||
|
||||
do--Z.setCursor
|
||||
local normImg=GC.DO{16,16,
|
||||
{'fCirc',8,8,4},
|
||||
|
||||
Reference in New Issue
Block a user