Slight formatting.
This commit is contained in:
parent
fb3e05d34a
commit
3c6cdda72d
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ public class Controls implements KeyListener {
|
|||
|
||||
switch (keyCode)
|
||||
{
|
||||
// Player 1 Controls
|
||||
// Player 1 Controls \\
|
||||
|
||||
case 87:
|
||||
moveUp1 = false;
|
||||
|
@ -96,7 +96,7 @@ public class Controls implements KeyListener {
|
|||
moveLeft1 = false;
|
||||
break;
|
||||
|
||||
// Player 2 Controls
|
||||
// Player 2 Controls \\
|
||||
|
||||
case 38:
|
||||
moveUp2 = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue