diff --git a/justfile b/justfile index 2a629cb..19bc568 100644 --- a/justfile +++ b/justfile @@ -18,3 +18,6 @@ debug: render: uv run python scripts/render_map.py + +edit: + python -c "import webbrowser, pathlib; webbrowser.open('file://' + str(pathlib.Path('scripts/map_editor.html').resolve()))" diff --git a/scripts/map_editor.html b/scripts/map_editor.html new file mode 100644 index 0000000..bf14186 --- /dev/null +++ b/scripts/map_editor.html @@ -0,0 +1,843 @@ + + +
+ + +