Ajout de l'impact des plantes proche pour le mutations et réparation du travel screen dans le mode infini

This commit is contained in:
2026-06-26 18:29:40 +02:00
parent 53c86e9cc7
commit 39630ce2ca
7 changed files with 31 additions and 16 deletions

View File

@@ -143,7 +143,7 @@ func harvest():
func produce_seed():
region.drop_item(
Seed.generate_from_parent(data),
Seed.generate_from_parent(data, data.nearby_plants),
global_position,
HARVESTED_SEED_DISPLACEMENT_FACTOR,
)