Ajout des mutations Sauveteuse, Adaptative et résistante, ajout des crédits du jeu et d'un splash screen (+ un peu de debug)
This commit is contained in:
@@ -45,7 +45,10 @@ func get_all_mutations() -> Array[PlantMutation]:
|
||||
ErmitMutation.new(),
|
||||
TropicalMutation.new(),
|
||||
RhizomeMutation.new(),
|
||||
SpontaneousMutation.new()
|
||||
SpontaneousMutation.new(),
|
||||
SaviorMutation.new(),
|
||||
AdaptiveMutation.new(),
|
||||
ResistantMutation.new(),
|
||||
]
|
||||
|
||||
func get_all_artifacts() -> Array[Artefact]:
|
||||
|
||||
Reference in New Issue
Block a user