diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-10-27 15:52:48 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-10-27 15:52:48 +0100 |
commit | 15a1d2a66e48324e1d560dc13b776627820f3999 (patch) | |
tree | 4c062545a4c1a750293b52d5c11258f9b4218a2a /Stages/Paths/PathNode.gd | |
parent | a495681453c97578cc4a408d6919c6879524a603 (diff) |
next commit
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, - } |