mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:09:02 -06:00
Changed mode select DAS to 15/4 (old 24/6)
This commit is contained in:
parent
fe162ed215
commit
42375cb2b8
@ -51,9 +51,9 @@ function ModeSelectScene:update()
|
||||
self.das = 0
|
||||
end
|
||||
|
||||
if self.das >= 24 then
|
||||
if self.das >= 15 then
|
||||
self:changeOption(self.das_up and -1 or 1)
|
||||
self.das = self.das * 0.75
|
||||
self.das = self.das - 4
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user