Files
Corupture/data/interactions/interaction.gd
Eric abde90e75f Interaction wheel
do interaction
2024-03-01 14:40:50 -06:00

9 lines
177 B
GDScript

extends Resource
class_name Interaction
@export var name: String
@export var image: AtlasTexture
func interact_at(pos: Vector2i, root: Node) -> Array[Interaction]:
return []