diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-20 08:42:11 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-20 08:42:11 -0400 |
| commit | 586817664cebbe670081eea0cb0a0fe2f33adfce (patch) | |
| tree | 76f9e34a3b4c44090b936360aeb59d8fe902c86e /godot/scripts/World.gd | |
| parent | 1d347e770fddcdd051890cdf070fd2779ab113bf (diff) | |
player controller progress
Diffstat (limited to 'godot/scripts/World.gd')
| -rw-r--r-- | godot/scripts/World.gd | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
