fix: Grow length
This commit is contained in:
@ -8,7 +8,7 @@ import cz.jzitnik.game.logic.CustomLogicInterface;
|
||||
@CustomLogic
|
||||
public class FarmableLogic implements CustomLogicInterface {
|
||||
private static int RADIUS = 50;
|
||||
private static int GROW_LENGTH = 5;
|
||||
private static int GROW_LENGTH = 600;
|
||||
|
||||
@Override
|
||||
public void nextIteration(Game game) {
|
||||
|
Reference in New Issue
Block a user