Fixed the timer in Sakura to be the correct value

This commit is contained in:
Ishaan Bhardwaj 2021-03-07 15:52:55 -05:00
parent 5a1494cb5a
commit dc764b9177

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