This commit is contained in:
2024-03-09 13:30:29 +08:00
parent 9b88453b4e
commit 7f124132ed
29 changed files with 1831 additions and 1720 deletions

View File

@@ -187,10 +187,12 @@ function Controller:update(dt)
--parse all locks and set
self.locked = false
if G.screenwipe then self.locks.wipe = true else self.locks.wipe = false end
for k, v in pairs(self.locks) do
if v then self.locked = true end
end
if self.locks.frame_set then
self.locks.frame_set = nil
self.overlay_timer = 0