From 586817664cebbe670081eea0cb0a0fe2f33adfce Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Tue, 20 Sep 2022 08:42:11 -0400 Subject: player controller progress --- godot/scripts/World.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'godot/scripts/World.gd') diff --git a/godot/scripts/World.gd b/godot/scripts/World.gd index 7e60423..01df1b5 100644 --- a/godot/scripts/World.gd +++ b/godot/scripts/World.gd @@ -64,3 +64,5 @@ func draw_path(path_array): im.add_vertex(x) im.end() +func get_client_id() -> int: + return client_id -- cgit v1.2.3