Oppdaterte med navn fra isvegg.

This commit is contained in:
David Kaasen
2026-01-16 17:44:07 +01:00
parent 3bc8867f06
commit 20babc9d50
4 changed files with 131 additions and 10 deletions

View File

@@ -1,7 +1,15 @@
from lib_marker import MarkerSet
from lib_marker import MarkerSet, Point
MARKER_SET = MarkerSet(
name="Other",
markers=[],
markers=[
Point(
name="Nullpunkt",
icon=None,
x=0,
y=64,
z=0,
),
],
)

View File

@@ -1,7 +1,36 @@
from lib_marker import MarkerSet
from lib_marker import MarkerSet, Point
MARKER_SET = MarkerSet(
name="Portals",
markers=[],
markers=[
Point(
name="Til Grisebukta",
icon=None,
x=-900,
y=64,
z=27,
),
Point(
name="Til Hemmelig mesabiom",
icon=None,
x=-120,
y=64,
z=510,
),
Point(
name="Til Biosfæren",
icon=None,
x=120,
y=64,
z=-420,
),
Point(
name="Til Holmgard",
icon=None,
x=520,
y=64,
z=220,
),
],
)

View File

@@ -4,11 +4,25 @@ MARKER_SET = MarkerSet(
name="Area Names",
markers=[
Point(
name="Andøya",
name="Storhavet i vest",
icon=None,
x=2300,
x=-2700,
y=64,
z=250,
z=-500,
),
Point(
name="Storhavet i vest",
icon=None,
x=-2100,
y=64,
z=1700,
),
Point(
name="Snøgolfen",
icon=None,
x=-1300,
y=64,
z=380,
),
Point(
name="England",
@@ -25,11 +39,11 @@ MARKER_SET = MarkerSet(
z=4090,
),
Point(
name="Summefjord",
name="Shirobukta",
icon=None,
x=-220,
x=-940,
y=64,
z=2890,
z=-1300,
),
Point(
name="Vestisødet",
@@ -38,6 +52,34 @@ MARKER_SET = MarkerSet(
y=64,
z=0,
),
Point(
name="Svartehavet",
icon=None,
x=-700,
y=64,
z=2240,
),
Point(
name="Heimhavet",
icon=None,
x=-500,
y=64,
z=1000,
),
Point(
name="Summefjord",
icon=None,
x=-220,
y=64,
z=2890,
),
Point(
name="Tangenhavet",
icon=None,
x=0,
y=67,
z=-2300,
),
Point(
name="Nordørkenen",
icon=None,
@@ -45,5 +87,40 @@ MARKER_SET = MarkerSet(
y=67,
z=-485,
),
Point(
name="Nordhavet",
icon=None,
x=1050,
y=64,
z=-1350,
),
Point(
name="Ishavet",
icon=None,
x=1730,
y=64,
z=-3070,
),
Point(
name="Andøya",
icon=None,
x=2300,
y=64,
z=250,
),
Point(
name="Ishavet",
icon=None,
x=2350,
y=64,
z=-2050,
),
Point(
name="Bjørkesjø",
icon=None,
x=3050,
y=64,
z=-500,
),
],
)

View File

@@ -17,6 +17,13 @@ MARKER_SET = MarkerSet(
y=64,
z=-1480,
),
Point(
name="Tretopphuset",
icon=None,
x=642,
y=105,
z=13,
),
Point(
name="Nyverdenhytta",
icon=None,