Alpha V0.7.3

This commit is contained in:
MrZ_26
2020-02-04 19:30:03 +08:00
parent f0cca3092a
commit 7eea017c72
8 changed files with 115 additions and 99 deletions

View File

@@ -242,7 +242,9 @@ function Tmr.play(dt)
end
end
if fieldBeneath>0 then P.fieldBeneath=fieldBeneath-3 end
PTC.dust[p]:update(dt)
if not P.small then
PTC.dust[p]:update(dt)
end
end
setmetatable(_G,nil)
end