Add continents to the game

This commit is contained in:
2019-12-29 19:14:24 +01:00
parent c99ae42690
commit 10a98539fe
2 changed files with 33 additions and 3 deletions

View File

@@ -14,5 +14,6 @@ export let loaded = writable(false)
// Data
export let site = writable()
export let continents = writable()
export let countries = writable()
export let locations = writable()