Compare commits
6 commits
910597e92d
...
3517f61219
| Author | SHA1 | Date | |
|---|---|---|---|
| 3517f61219 | |||
| ce49530ff4 | |||
| a746c6c0ee | |||
| b46b1709b4 | |||
| e23ac18cd9 | |||
| 3945887e62 |
2 changed files with 1247 additions and 0 deletions
3
justfile
3
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()))"
|
||||
|
|
|
|||
1244
scripts/map_editor.html
Normal file
1244
scripts/map_editor.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue