Skip to content
Snippets Groups Projects
Commit acb2883d authored by c7h-alb-u1's avatar c7h-alb-u1
Browse files

Update src/GamePanel.java

Deleted BuiltArtifacts/MazeGame.jar
parent af9860dd
Branches
No related tags found
No related merge requests found
File deleted
...@@ -15,7 +15,7 @@ public class GamePanel extends JPanel implements ActionListener, KeyListener { ...@@ -15,7 +15,7 @@ public class GamePanel extends JPanel implements ActionListener, KeyListener {
Timer timer = new Timer(5, this); Timer timer = new Timer(5, this);
int x = 10, y = 10, velX = 0, velY = 0, veldX = 0, veldY = 0; int x = 10, y = 10, velX = 0, velY = 0, veldX = 0, veldY = 0;
int playerSize = 27; int playerSize = 27;
int movmentSpeed = 4; int movmentSpeed = 3;
int faildRounds; int faildRounds;
private Walls walls; private Walls walls;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment