scenes/boost: some styling fix

This commit is contained in:
Kazhnuz 2019-02-06 07:51:20 +01:00
parent f7582fbe16
commit 90538d5a01

View file

@ -174,9 +174,9 @@ function Character:normalAction()
self.xspeed = math.max(self.xspeed, self.data.stats.spd * 60 * 1.5)
self.isInAction = true
self.canAction = false
self.dashCam = true
self:addTimer("action", .5)
self:addTimer("action_cooldown", 1)
self.dashCam = true
self:addTimer("dashCam", .5)
end
end