Adjusted intro times.
This commit is contained in:
@@ -45,9 +45,9 @@ function Intro:update(dt)
|
||||
local total_time
|
||||
|
||||
if self.stage == 0 then
|
||||
total_time = 4.5
|
||||
total_time = 6.5
|
||||
elseif self.stage == 1 then
|
||||
total_time = 3.0
|
||||
total_time = 5.0
|
||||
else
|
||||
total_time = 8.0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user