scenes/boost: some styling fix
This commit is contained in:
parent
f7582fbe16
commit
90538d5a01
1 changed files with 27 additions and 27 deletions
|
@ -174,9 +174,9 @@ function Character:normalAction()
|
||||||
self.xspeed = math.max(self.xspeed, self.data.stats.spd * 60 * 1.5)
|
self.xspeed = math.max(self.xspeed, self.data.stats.spd * 60 * 1.5)
|
||||||
self.isInAction = true
|
self.isInAction = true
|
||||||
self.canAction = false
|
self.canAction = false
|
||||||
|
self.dashCam = true
|
||||||
self:addTimer("action", .5)
|
self:addTimer("action", .5)
|
||||||
self:addTimer("action_cooldown", 1)
|
self:addTimer("action_cooldown", 1)
|
||||||
self.dashCam = true
|
|
||||||
self:addTimer("dashCam", .5)
|
self:addTimer("dashCam", .5)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue