Updated nations
This commit is contained in:
parent
a9ff014729
commit
e620de66cc
5 changed files with 581 additions and 168 deletions
621
package-lock.json
generated
621
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
BIN
static/map.png
BIN
static/map.png
Binary file not shown.
Before Width: | Height: | Size: 296 KiB |
121
static/map.svg
Normal file
121
static/map.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 2.7 MiB |
Loading…
Reference in a new issue