Removed commented code
This commit is contained in:
parent
2644f5a2dc
commit
97bc20059c
@ -251,19 +251,6 @@ public class PaintBrush extends Player {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Override
|
|
||||||
// protected void findPath(int startX, int startY, int endX, int endY) {
|
|
||||||
// // The paintbrush can go anywhere
|
|
||||||
//// autoPath = new ArrayList<Node>();
|
|
||||||
//// autoPath.add(new Node(endX * 28, endY * 32));
|
|
||||||
// autoX = endX * 28;
|
|
||||||
// autoY = endY * 28;
|
|
||||||
// autoX -= autoX % 2; // Even numbered pixel only!
|
|
||||||
// autoY -= autoY % 2;
|
|
||||||
// automove = 1;
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void moveLeft(boolean nudge) {
|
public void moveLeft(boolean nudge) {
|
||||||
int dist = 28;
|
int dist = 28;
|
||||||
|
Loading…
Reference in New Issue
Block a user