summaryrefslogtreecommitdiff
path: root/Stages/Paths
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-10-27 15:52:48 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-10-27 15:52:48 +0100
commit15a1d2a66e48324e1d560dc13b776627820f3999 (patch)
tree4c062545a4c1a750293b52d5c11258f9b4218a2a /Stages/Paths
parenta495681453c97578cc4a408d6919c6879524a603 (diff)
next commit
Diffstat (limited to 'Stages/Paths')
-rw-r--r--Stages/Paths/PathNode.gd7
1 files changed, 0 insertions, 7 deletions
diff --git a/Stages/Paths/PathNode.gd b/Stages/Paths/PathNode.gd
index 6bc7853..7ab6d91 100644
--- a/Stages/Paths/PathNode.gd
+++ b/Stages/Paths/PathNode.gd
@@ -9,10 +9,3 @@ var path_position: Vector2
func _ready():
path_position = $PathPosition.global_position
-
-
-func get_rpc_properties():
- return {
- "global_position": null,
- "path_position": null,
- }