Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ketMix/ebijam24
Browse files Browse the repository at this point in the history
  • Loading branch information
liqMix committed Jun 29, 2024
2 parents 2c6ed6d + 766f18f commit cf98a6f
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 cf98a6f

Please sign in to comment.