UI update for map with sector selector
authorxangelo <git@xangelo.ca>
Fri, 13 May 2022 04:44:33 +0000 (00:44 -0400)
committerxangelo <git@xangelo.ca>
Mon, 16 May 2022 18:40:49 +0000 (14:40 -0400)
commitaa9d5e6223a080da56cef99693e13c4f7f840da7
tree7c609c06a96f992fefd9261f7380ce57997aad6d
parent6e2f57a73eb2fa9a58d4304d13a688d9635b0ebd
UI update for map with sector selector

Capitol Ships are now automatically placed into "sectors" (hard-coded for now)
that allow smaller map sizes, while still keeping density.

This included a large visual update to the map overview that includes
images for the different sectors, a proper overlaid grid, and per city
icons.
21 files changed:
dump.sql
package.json
public/assets/bg/mapoverview_1.png [new file with mode: 0644]
public/assets/bg/mapoverview_2.png [new file with mode: 0644]
public/assets/colony-ships/01.png [new file with mode: 0644]
public/assets/colony-ships/rebels/1.png [new file with mode: 0644]
public/assets/colony-ships/rebels/2.png [new file with mode: 0644]
public/assets/colony-ships/rebels/3.png [new file with mode: 0644]
public/assets/colony-ships/rebels/4.png [new file with mode: 0644]
public/assets/colony-ships/rebels/5.png [new file with mode: 0644]
public/assets/colony-ships/rebels/6.png [new file with mode: 0644]
public/game.html
public/scifi.css
public/stylesheet.css
scripts/generate-cities.ts
src/api.ts
src/config.ts
src/render/fight.ts [deleted file]
src/render/kingdom-overview.ts
src/render/map.ts [new file with mode: 0644]
src/repository/city.ts