移除Zframework,准备使用submodule

This commit is contained in:
MrZ626
2022-01-03 14:35:10 +08:00
parent 8fa2e055d5
commit 94e06fab4a
33 changed files with 0 additions and 6031 deletions

View File

@@ -1,12 +0,0 @@
local level={0,0,.01,.016,.023,.03,.04,.05,.06,.07,.08,.09,.12,.15}
local vib=love.system.vibrate
return love.system.getOS()=='iOS'and
function(t)
t=level[t]
if t then vib(t<=.03 and 1 or t<=.09 and 2 or 3)end
end
or
function(t)
t=level[t]
if t then vib(t)end
end