很多全局变量名改为大写
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local level={0,0,.015,.02,.03,.04,.05,.06,.07,.08}
|
||||
local _=love.system.vibrate
|
||||
return function(t)
|
||||
local L=setting.vib
|
||||
local L=SETTING.vib
|
||||
if L>0 then
|
||||
_(level[L+t])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user