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

621
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,5 +13,8 @@
"svelte": "^3.54.0", "svelte": "^3.54.0",
"vite": "^4.0.0" "vite": "^4.0.0"
}, },
"type": "module" "type": "module",
"dependencies": {
"@sveltejs/adapter-node": "^1.1.3"
}
} }

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

121
static/map.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.7 MiB