Interaction wheel
do interaction
This commit is contained in:
8
data/interactions/interaction.gd
Normal file
8
data/interactions/interaction.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Resource
|
||||
class_name Interaction
|
||||
|
||||
@export var name: String
|
||||
@export var image: AtlasTexture
|
||||
|
||||
func interact_at(pos: Vector2i, root: Node) -> Array[Interaction]:
|
||||
return []
|
||||
Reference in New Issue
Block a user