working with new sprites

This commit is contained in:
Altaezio
2026-02-18 18:25:43 +01:00
parent 78072c7886
commit 53107b5f71
100 changed files with 1244 additions and 951 deletions

View File

@@ -0,0 +1,7 @@
extends Resource
class_name PlantAttach
enum AttachType {ORANGE_ATTACH, BLUE_ATTACH, PINK_ATTACH}
@export var position: Vector2
@export var attach_types: Array[AttachType]