Dev 1.0.0 !!!

* Ajout de remerciement dans les crédits
* La planète du menu est décontaminée à la fin du jeu
* Réparation de texture dans Estia
* Ajout de nom de région de la commu
This commit is contained in:
2026-07-31 10:05:22 +02:00
parent 2b945a8f7c
commit 67872ef3b0
10 changed files with 34 additions and 7 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ func _on_start_pressed():
func decontaminate_3D_planet(game_data):
%Planet3d.fertility_factor = (
GameInfo.game_data.progression_data.get_story_progression() * 0.5
1.0 if GameInfo.game_data.is_finished
else GameInfo.game_data.progression_data.get_story_progression() * 0.5
)
func _process(delta):