Interaction wheel

do interaction
This commit is contained in:
2024-03-01 14:39:48 -06:00
parent 50093e5937
commit abde90e75f
13 changed files with 216 additions and 90 deletions

View 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 []