UI update for map with sector selector
[browser-rts.git] / src / render / kingdom-overview.ts
index 9fd07ab18be444963af57fd5c82e0a4c69fa493e..c6b5964c1d615ca4a57844b8ba3e2aafa2f21ae6 100644 (file)
@@ -22,7 +22,7 @@ export function renderKingomOverview(city: CityWithLocation, account: Account):
        </tr>
        <tr>
                <th>Location</th>
-               <td>${city.location_x},${city.location_y}</td>
+               <td>${city.sector_id} - (${city.location_x},${city.location_y})</td>
                <th>Attackers</th>
                <td>${city.attackers.toLocaleString()}</td>
        </tr>
@@ -51,4 +51,4 @@ export function renderKingomOverview(city: CityWithLocation, account: Account):
        </table>
        </div>
        ${topbar(city)}`;
-}
\ No newline at end of file
+}