From b8420db4c79a5e40d05e3bfc01b4d9c0021e53e9 Mon Sep 17 00:00:00 2001 From: Zacharie Guet Date: Fri, 31 Jul 2026 10:46:55 +0200 Subject: [PATCH] =?UTF-8?q?Diminution=20de=20la=20d=C3=A9contamination=20d?= =?UTF-8?q?ans=20la=20plan=C3=A8te=203D=20dans=20le=20cockpit=20(+=20ajout?= =?UTF-8?q?=20cr=C3=A9dit=20suppl=C3=A9mentaire)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stages/3d_scenes/cockpit_scene/scripts/cockpit_scene.gd | 2 +- translation/game/gui.csv | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stages/3d_scenes/cockpit_scene/scripts/cockpit_scene.gd b/stages/3d_scenes/cockpit_scene/scripts/cockpit_scene.gd index 2960e66..8fe80d5 100644 --- a/stages/3d_scenes/cockpit_scene/scripts/cockpit_scene.gd +++ b/stages/3d_scenes/cockpit_scene/scripts/cockpit_scene.gd @@ -6,7 +6,7 @@ func _ready(): %TakeOffAnimationPlayer.play("TookOff") if GameInfo.game_data: - %Planet3d.fertility_factor = (GameInfo.game_data.progression_data.get_story_progression()) + %Planet3d.fertility_factor = (GameInfo.game_data.progression_data.get_story_progression() * 0.5) %Ship.take_off.connect(_on_ship_take_off) %Ship.land.connect(_on_ship_land) diff --git a/translation/game/gui.csv b/translation/game/gui.csv index c4beb2f..db30ffa 100644 --- a/translation/game/gui.csv +++ b/translation/game/gui.csv @@ -328,8 +328,8 @@ TRAILER,"Trailer conception and editing","Conception et montage du premier trail CREDITS,Credits,Crédits SPECIAL_THANKS,Special thanks,Remerciements SPECIAL_THANKS_TEXT,"Thanks to the streamers who supported us, entertained us, and found all the bugs (hint to Cossande who broke our game) -Thanks to the playtesters who suffered through our rough gameplay back then (shout-out to Benjamin and Lohan who really dug up our beta)","Merci aux streamers qui nous ont soutenus, nous ont divertis et ont déniché tous les bugs (dédicace à Cossande, qui a mis notre jeu à rude épreuve). -Merci aux testeurs qui ont enduré le gameplay pas toujours fun de l'époque (spécialement à Benjamin et Lohan, qui ont vraiment fouillé notre bêta de fond en comble)." +Thanks to the playtesters who suffered through our rough gameplay back then (shout-out to Cyril, Benjamin and Lohan who really dug up our beta)","Merci aux streamers qui nous ont soutenus, nous ont divertis et ont déniché tous les bugs (dédicace à Cossande, qui a mis notre jeu à rude épreuve). +Merci aux testeurs qui ont enduré le gameplay pas toujours fun de l'époque (spécialement à Cyril, Benjamin et Lohan, qui ont vraiment fouillé notre bêta de fond en comble)." ASTRA_FACTORY,Astra Factory,Usine Astra ASTRA_FACTORY_TEXT,Production factory of Astra base,Usine de production de la base Astra ASTRA_SHIP_GARAGE,Astra Ship Garage,Garage de Vaisseau Astra