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:
@@ -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")
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user