Basic score count working
update takes movement into account
This commit is contained in:
@ -96,7 +96,7 @@ public class Ghost {
|
||||
Point point = new Point(
|
||||
position.x + direction.dx,
|
||||
position.y + direction.dy);
|
||||
log.debug("Next position {}", point);
|
||||
//log.debug("Next position {}", point);
|
||||
return point;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user