plant builder

This commit is contained in:
Altaezio
2026-02-10 20:09:34 +01:00
parent 4b8e59ee56
commit ab5089ad6c
129 changed files with 2377 additions and 21 deletions

View File

@@ -2,6 +2,8 @@ extends Resource
class_name PlantMutation
@export var level : int = 1
@export var possible_parts: Array[PlantPart]
@export var part_amount: int = 1
var name : String : get = get_mutation_name