Edited rough graybox plains

-finished top path
-finished middle path
-nearly finsihed bottom
This commit is contained in:
Evan Nydahl
2021-11-02 14:44:30 -05:00
parent a47550e85b
commit c017a00ddb
4 changed files with 13303 additions and 296 deletions

View File

@@ -104,7 +104,7 @@ public class PlayerMovement : NetworkBehaviour
// Don't do movement unless this is the local player controlling it
// Otherwise we let the server handle moving us
if (!IsLocalPlayer) { return; }
//if (!IsLocalPlayer) { return; }
// Don't lock the cursor multiple times if this isn't the local player
// Also don't want to lock the cursor for the king
@@ -117,7 +117,7 @@ public class PlayerMovement : NetworkBehaviour
{
// Don't do movement unless this is the local player controlling it
// Otherwise we let the server handle moving us
if (!IsLocalPlayer) { return; }
//if (!IsLocalPlayer) { return; }
//Controls for camera