移除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 TEST={}
--Wait for the scene swapping animation to finish
function TEST.yieldUntilNextScene()
while SCN.swapping do YIELD()end
end
function TEST.yieldN(frames)
for _=1,frames do YIELD()end
end
return TEST