Skip to content

Commit

Permalink
Adjust text offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
kettek committed Jun 29, 2024
1 parent 1b0ceb8 commit 766f18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/render/camera.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ func (c *Camera) SetMode(mode CameraMode) {
switch mode {
case CameraModeTower:
c.SetZoom(1.5)
c.SetTextOffset(125)
c.SetTextOffset(75)
case CameraModeStack:
c.SetZoom(3)
c.SetTextOffset(0)
case CameraModeSuperZoom:
c.SetZoom(8.0)
c.SetTextOffset(-80)
c.SetTextOffset(-52)
}
c.SetStory(c.lastLevel)
}
Expand Down

0 comments on commit 766f18f

Please sign in to comment.