ZeroSpace.gg

Uphill

Neutral 1v1 Map

import { Map1v1 } from "../../../engine/map.js"; export class Uphill extends Map1v1 { override uuid: string; // Static property for source path static override src = "src/zerospace/map/1v1/uphill.ts"; constructor() { super(); this.name = "Uphill"; this.uuid = "f340a7aa-0ceb-4706-a572-5c245cef0ae8"; this.xpTowers = 2; this.inLadderPool = false; this.description = "Small, 2 XP Towers, distant flux"; } } export default Uphill;