working with new sprites
This commit is contained in:
7
entities/plants/scripts/texture_builder/plant_attach.gd
Normal file
7
entities/plants/scripts/texture_builder/plant_attach.gd
Normal 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]
|
||||
Reference in New Issue
Block a user