Ajout de la cinématique de début et refonte du système audio
Et toujours un peu de correction de bug par ci par là
This commit is contained in:
@@ -42,10 +42,6 @@ static func generate_random() -> Seed:
|
||||
PlantArchetype.get_random(),
|
||||
[]
|
||||
)
|
||||
if randf() > MUTATION_PROBABILITY:
|
||||
new_seed.plant_mutations.append(
|
||||
new_seed.plant_archetype.available_mutations.pick_random().duplicate_deep()
|
||||
)
|
||||
|
||||
return new_seed
|
||||
func get_item_name() -> String:
|
||||
|
||||
Reference in New Issue
Block a user