working with new sprites

This commit is contained in:
Altaezio
2026-02-18 18:25:43 +01:00
parent fb8a2da4ff
commit 35004684f4
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]