diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-08-31 17:19:49 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-08-31 17:19:49 -0700 |
| commit | e57103a4f99cdc0693471fe772dc7893ff65e855 (patch) | |
| tree | 790c0767197adf7ffc6e61c4b059cfdff0c62b7b /scripts/World.gd | |
| parent | d3998186c9795f2a85148cd5bcfa1bd5b6226cfb (diff) | |
added local servers
Diffstat (limited to 'scripts/World.gd')
| -rw-r--r-- | scripts/World.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/World.gd b/scripts/World.gd index dd5b177..aaad39e 100644 --- a/scripts/World.gd +++ b/scripts/World.gd @@ -49,3 +49,4 @@ func draw_path(path_array): for x in path_array: im.add_vertex(x) im.end() + |
