plante part pour ermit et tropical

[dev] upgrade sprite tester (choix de mutation)
This commit is contained in:
Altaezio
2026-07-16 18:54:17 +02:00
parent 443e239520
commit c795d7cac5
9 changed files with 306 additions and 23 deletions
@@ -1,7 +1,7 @@
extends Resource
class_name PlantAttach
enum AttachType {BIG_ATTACH, MEDIUM_ATTACH, FLOWER_ATTACH, SMALL_ATTACH}
enum AttachType {DEPRECATED, MEDIUM_ATTACH, FLOWER_ATTACH, SMALL_ATTACH}
@export var position: Vector2
@export var attach_types: Array[AttachType]