Added code to show spawn menu from airbase spawn

This commit is contained in:
dpassoni
2023-03-14 17:30:16 +01:00
parent 4e46819839
commit 16b5e89a3e
4 changed files with 51 additions and 15 deletions

View File

@@ -33,6 +33,16 @@ export class ContextMenu {
return this.#latlng;
}
getX()
{
return this.#x;
}
getY()
{
return this.#y;
}
clip()
{
if (this.#container != null) {