forked from jzitnik/twodcraft
fix: Grow length
This commit is contained in:
parent
064ae511d9
commit
d2d3efe399
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user