fix post-proto

* ajout d'un fondu de musique au changement de phase
* résolution de bugs en tout genre
This commit is contained in:
2025-11-14 16:43:52 +01:00
parent d3ea21e212
commit dbe8f03531
37 changed files with 411 additions and 147 deletions

View File

@@ -70,7 +70,7 @@ func _on_plant_gaining_score(plant: Plant, amount : int):
0.8
)
await get_tree().create_timer(0.3).timeout
await get_tree().create_timer(0.3 / max(1,i)).timeout
func spawn_score_particle(
from_position,