diff --git a/f2.py b/f2.py index 74e13f3..cbb7b78 100644 --- a/f2.py +++ b/f2.py @@ -150,5 +150,9 @@ while True: move_to(0, worldSize / 2) plant_alternating(worldSize / 2, worldSize / 2, [ Entities.Tree, Entities.Bush ]) + move_to(worldSize / 2, worldSize / 2) - plant_grid(worldSize / 2, worldSize / 2, [ Entities.Grass ], 0.00, False) \ No newline at end of file + plant_pumpkin(worldSize / 2, worldSize / 2) + move_to(worldSize / 2, worldSize / 2) + while verify_pumpkin(worldSize / 2, worldSize / 2): + move_to(worldSize / 2, worldSize / 2) \ No newline at end of file