Skip to content
Snippets Groups Projects
Commit 20d7bb66 authored by Magnus Segtnan Skjølberg's avatar Magnus Segtnan Skjølberg
Browse files

(#42): make both tanks visible

parent 58280ac8
No related branches found
No related tags found
1 merge request!45Resolve "Render the two tanks correctly"
Pipeline #215096 passed
......@@ -72,8 +72,8 @@ public class GameScreen implements Screen {
terrain = new Terrain();
int myPos = 50;
int opponentPos = terrain.getVertices().length - 150;
int myPos = 100;
int opponentPos = terrain.getVertices().length - 250;
myTank = new Tank(myPos,
new Texture("tank-khaki.png"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment