Results 19 issues of Alex

- [x] Request the source file for the [pillars image](https://noita.wiki.gg/images/6/60/SecretPillarsMills.png) from user Striped. - [ ] Add overlays. - [ ] Made them searchable. - [ ] Add UI toggle.

new-map-capture

We want to provide functionality similar to the old [easyzoom maps'](https://easyzoom.com/image/260463). In order to do that, we need to implement overlays, the easiest way to do this is to partially...

enhancement
help wanted

Rough sketch ![image](https://github.com/acidflow-noita/noitamap/assets/106106310/a5f713b0-0236-4448-914b-3c79566dc113)

enhancement
help wanted

``` src/map_definitions.json [ { key: "regular-main-branch", ... }, ... ] src/build_tilesources.js const fs = require('fs'); const defs = JSON.parse(fs.readFileSync('./map_definitions.json', 'utf-8')); const tileSources = /* .. do stuff to defs .....

The first steps are: Store information about the bosses: https://github.com/acidflow-noita/noitamap/blob/dev/public/js/bosses.js

enhancement
help wanted

The annotations plugin is already added to the project but has not been activated. https://github.com/acidflow-noita/noitamap/blob/00df67642be2ec6a1cdd6de53077da639659c450/public/js/script.js#L857-L859 Current issues are: - [ ] The pugin puts its controls at the very bottom...

enhancement
help wanted

We need a machine that can turn on, run map captures, upload results, then turn off when it's done. Checks for noita updates can be done using [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD). Capture settings...

enhancement
help wanted