Updated nations

This commit is contained in:
malloc62 2023-01-15 23:25:00 -05:00
parent a9ff014729
commit e620de66cc
5 changed files with 581 additions and 168 deletions

View file

@ -76,6 +76,6 @@ setInterval(function() {
<div class='document' bind:clientWidth={docW} bind:clientHeight={docH} >
<div class='area' bind:clientWidth={mapW} bind:clientHeight={mapH} style='top: {top}; left: {left}'>
<img src='/map.png' >
<img src='/map.svg' >
</div>
</div>