battle: Float battle timer to the proper corner in widescreen mode.
This commit is contained in:
parent
da4ed71250
commit
13967d5256
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ class TownBattle(StateData.StateData):
|
|||
TownBattleToonPanel.TownBattleToonPanel(2),
|
||||
TownBattleToonPanel.TownBattleToonPanel(3))
|
||||
self.timer = ToontownTimer.ToontownTimer()
|
||||
self.timer.setPos(1.182, 0, 0.842)
|
||||
self.timer.reparentTo(base.a2dTopRight)
|
||||
self.timer.setPos(-0.151, 0, -0.158)
|
||||
self.timer.setScale(0.4)
|
||||
self.timer.hide()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue