Alpha V0.7.17

This commit is contained in:
MrZ_26
2020-02-04 19:34:07 +08:00
parent 830f0ffbed
commit 438046f77f
14 changed files with 720 additions and 377 deletions

View File

@@ -29,7 +29,7 @@ function clearTask(opt)
end
end
function Task:update()
if self.code(self.P,self.data)then
if(not self.P or self.P and scene=="play")and self.code(self.P,self.data)then
self:destroy()
return nil
end