- When resolving objects, populate object costs (land impact)
- Add a function to find objects by name (regex or micromatch *glob style)
This commit is contained in:
@@ -54,4 +54,8 @@ export class Vector3 extends vec3
|
||||
buf.writeFloatLE(this.z, pos + 8);
|
||||
}
|
||||
}
|
||||
toString(): string
|
||||
{
|
||||
return '<' + this.x + ', ' + this.y + ', ' + this.z + '>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user