plant builder
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user