Skip to content

Commit

Permalink
Camera position edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Moksh-Mehta7 committed Sep 6, 2023
1 parent 97a2bc2 commit f9802dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class MainGameScreen extends ScreenAdapter {
private static final Logger logger = LoggerFactory.getLogger(MainGameScreen.class);
private static final String[] mainGameTextures = {"images/heart.png"};
private static final Vector2 CAMERA_POSITION = new Vector2(10f, 5f);
private static final Vector2 CAMERA_POSITION = new Vector2(10f, 5.64f);

private final GdxGame game;
private final Renderer renderer;
Expand Down

0 comments on commit f9802dd

Please sign in to comment.