From 15a1d2a66e48324e1d560dc13b776627820f3999 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Oct 2024 15:52:48 +0100 Subject: next commit --- Stages/Paths/PathNode.gd | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Stages/Paths') 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, - } -- cgit v1.2.3