mirror of
https://github.com/DerTyp7/fps-citybuild-unity.git
synced 2025-11-01 13:42:29 +01:00
Update to 2021.1.23f1
Update to 2021.1.23f1
This commit is contained in:
@@ -17,10 +17,10 @@ public class NPCController : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
startPoint = new Vector3(0, 0, 0);
|
||||
endPoint = new Vector3(100, 0, 40);
|
||||
rows = 30;
|
||||
Map = new PathMap(new Vector3(0, 0, 0), rows, rows, 900);
|
||||
startPoint = new Vector3(13, 0, 23);
|
||||
endPoint = new Vector3(41, 0, 50);
|
||||
rows = 17;
|
||||
Map = new PathMap(new Vector3(0, 0, 0), rows, rows, 1000);
|
||||
Map.setupMapWithNextLayer();
|
||||
//Looking through the low res search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user