Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/maps/denmark/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions assets/maps/denmark/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Denmark",
"nations": [
{
"coordinates": [435, 1000],
"name": "Jutland",
"strength": 2,
"flag": "dk"
},
{
"coordinates": [820, 1500],
"name": "Fyn",
"strength": 2,
"flag": "dk"
},
{
"coordinates": [1410, 1390],
"name": "Zealand",
"strength": 2,
"flag": "dk"
}
]
}
42 changes: 42 additions & 0 deletions generated/maps/denmark/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"map": {
"height": 2022,
"num_land_tiles": 1381230,
"width": 1800
},
"mini_map": {
"height": 1011,
"num_land_tiles": 340446,
"width": 900
},
"name": "Denmark",
"nations": [
{
"coordinates": [
435,
1000
],
"flag": "dk",
"name": "Jutland",
"strength": 2
},
{
"coordinates": [
820,
1500
],
"flag": "dk",
"name": "Fyn",
"strength": 1
},
{
"coordinates": [
1410,
1390
],
"flag": "dk",
"name": "Zealand",
"strength": 2
}
]
}
437 changes: 437 additions & 0 deletions generated/maps/denmark/map.bin

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions generated/maps/denmark/mini_map.bin

Large diffs are not rendered by default.

Binary file added generated/maps/denmark/thumbnail.webp
Binary file not shown.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var maps = []struct {
{Name: "world"},
{Name: "giantworldmap"},
{Name: "blacksea"},
{Name: "denmark"},
{Name: "europe"},
{Name: "europeclassic"},
{Name: "mars"},
Expand Down