Interaction wheel
do interaction
This commit is contained in:
6
data/interactions/build/interaction_build.gd
Normal file
6
data/interactions/build/interaction_build.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Interaction
|
||||
class_name InteractionBuild
|
||||
|
||||
func interact_at(pos: Vector2i, root: Node) -> Array[Interaction]:
|
||||
print("Building at: %s" % pos)
|
||||
return []
|
||||
Reference in New Issue
Block a user