diff options
Diffstat (limited to 'Stages/Paths/PathNode.gd')
-rw-r--r-- | Stages/Paths/PathNode.gd | 7 |
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, - } |