Slight formatting.

This commit is contained in:
Seba 2017-03-21 08:40:47 -04:00
parent fb3e05d34a
commit 3c6cdda72d

View file

@ -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;