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
View File
@@ -56,6 +56,8 @@ func _init(
@export var logs_read : Array[String] = []
@export var tutorials_done : Array[String] = []
@export var is_finished : bool = false
func start_run() -> RunData:
player_data.clear_inventory()
+7 -5
View File
@@ -104,11 +104,13 @@ const RANDOM_REGION_NAME_POOL = [
"Orion",
"Canaillerie",
"Solanine",
"Ezeron",
"Ebis",
"Ecloya",
"Vlamedun",
"Slazor",
"Plume",
"Tonga",
"Aimee",
"Alibi",
"Asdian",
"Ino",
"Tigrou",
"Plulune",
"Fledu",
"Jiclot",
+15
View File
@@ -494,6 +494,21 @@ layout_mode = 2
text = "DEMETER_VOICE"
horizontal_alignment = 1
[node name="SpecialThanks" type="Label" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=606095671]
layout_mode = 2
text = "SPECIAL_THANKS"
label_settings = ExtResource("4_5k6jv")
horizontal_alignment = 1
[node name="Label2" type="RichTextLabel" parent="MarginContainer/GridContainer/VBoxContainer2" unique_id=554356346]
layout_mode = 2
theme_override_constants/paragraph_separation = 12
theme_override_font_sizes/normal_font_size = 19
text = "SPECIAL_THANKS_TEXT"
fit_content = true
horizontal_alignment = 1
vertical_alignment = 1
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1455518318]
unique_name_in_owner = true
libraries/ = SubResource("AnimationLibrary_a8ny4")
+3
View File
@@ -6,6 +6,9 @@ func appear():
func _on_title_screen_pressed():
GameInfo.game_data.is_finished = true
GameInfo.save_game_data()
var progression = GameInfo.game_data.progression_data
if not progression.are_all_mutations_unlocked():
+1 -1
View File
@@ -16,7 +16,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
config/name="Seeding The Wasteland"
config/description="Seeding The Wasteland is a survival, managment and cosy game in which you play a little gardener robot."
config/version="0.2.1"
config/version="1.0.0"
run/main_scene="uid://c5bruelvqbm1k"
config/features=PackedStringArray("4.7", "Forward Plus")
run/max_fps=144
+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):
+4
View File
@@ -326,6 +326,10 @@ DEMETER_VOICE,"Demeter's Voice","Voix de Demeter"
CONCEPT_ARTS,"Concept Arts","Concept Arts"
TRAILER,"Trailer conception and editing","Conception et montage du premier trailer"
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)."
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
1 keys en fr
326 CONCEPT_ARTS Concept Arts Concept Arts
327 TRAILER Trailer conception and editing Conception et montage du premier trailer
328 CREDITS Credits Crédits
329 SPECIAL_THANKS Special thanks Remerciements
330 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).
331 ASTRA_FACTORY Astra Factory Usine Astra
332 ASTRA_FACTORY_TEXT Production factory of Astra base Usine de production de la base Astra
333 ASTRA_FACTORY ASTRA_SHIP_GARAGE Astra Factory Astra Ship Garage Usine Astra Garage de Vaisseau Astra
334 ASTRA_FACTORY_TEXT MYSTERIOUS_DOOR Production factory of Astra base Mysterious Door Usine de production de la base Astra Porte mystérieuse
335 ASTRA_SHIP_GARAGE MYSTERIOUS_DOOR_TEXT Astra Ship Garage This door has a space ship logo on it... What could it be ? Garage de Vaisseau Astra Cette porte à un logo de vaisseau marqué dessus... Que peut-il y avoir à l'intérieur ?