- 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:
@@ -50,4 +50,8 @@ export class Vector2 extends vec2
|
||||
buf.writeFloatLE(this.y, pos + 4);
|
||||
}
|
||||
}
|
||||
toString(): string
|
||||
{
|
||||
return '<' + this.x + ', ' + this.y + '>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user