Fixed the timer in Sakura to be the correct value

pull/16/head
Ishaan Bhardwaj 2021-03-07 15:52:55 -05:00
parent 5a1494cb5a
commit dc764b9177
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ function SakuraGame:new(secret_inputs)
)
self.current_map = 1
self.time_limit = 3660
self.time_limit = 10800
self.cleared_frames = STAGE_TRANSITION_TIME
self.stage_frames = 0
self.time_extend = 0