start food below instead?
This commit is contained in:
parent
cf0c656f72
commit
4e41ec5ed1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static class Mono
|
|||
public static XYZi snake_dir = new(0, 0, 1);
|
||||
public static DeltaBool in_box = new(true);
|
||||
public static Dictionary<XYZi, XYZi> holes = new();
|
||||
public static XYZi food = new(2, 0, 0); // [!] start random to keep new game fresh?
|
||||
public static XYZi food = new(0, -1, 0); // [!] start random to keep new game fresh?
|
||||
public static DeltaBool eaten_latch = new(false);
|
||||
public static double eat_timestamp = 0.0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue