summaryrefslogtreecommitdiff
path: root/Game/States/Build/BuilderElement.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Game/States/Build/BuilderElement.gd')
-rw-r--r--Game/States/Build/BuilderElement.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Game/States/Build/BuilderElement.gd b/Game/States/Build/BuilderElement.gd
index 8315792..bb10b06 100644
--- a/Game/States/Build/BuilderElement.gd
+++ b/Game/States/Build/BuilderElement.gd
@@ -67,6 +67,9 @@ func _process(_delta):
if global_position != previous_position:
queue_redraw()
+
+ # TODO: rpc to other peers
+ # TODO: only as preview not as blocking to build
func can_build():