Skip to content
Closed
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 map-generator/assets/maps/thebox/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions map-generator/assets/maps/thebox/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "The Box",
"nations": [
{"coordinates": [400, 400], "flag": "", "name": "Northwest Nation"},
{"coordinates": [1024, 300], "flag": "", "name": "North Empire"},
{"coordinates": [1650, 400], "flag": "", "name": "Northeast Caliphate"},
{"coordinates": [350, 1024], "flag": "", "name": "Centerwest Tribe"},
{"coordinates": [1024, 1024], "flag": "", "name": "Center Empire"},
{"coordinates": [1700, 1024], "flag": "", "name": "Centereast Village"},
{"coordinates": [400, 1650], "flag": "", "name": "Southwest Tribute"},
{"coordinates": [1024, 1750], "flag": "", "name": "South Empire"},
{"coordinates": [1650, 1650], "flag": "", "name": "Southeast Community"}
]
}
1 change: 1 addition & 0 deletions map-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var maps = []struct {
{Name: "oceania"},
{Name: "pangaea"},
{Name: "pluto"},
{Name: "thebox"},
{Name: "sierpinski"},
{Name: "southamerica"},
{Name: "straitofgibraltar"},
Expand Down
92 changes: 92 additions & 0 deletions resources/maps/thebox/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"map": {
"height": 2048,
"num_land_tiles": 4194304,
"width": 2048
},
"map16x": {
"height": 512,
"num_land_tiles": 262144,
"width": 512
},
"map4x": {
"height": 1024,
"num_land_tiles": 1048576,
"width": 1024
},
"name": "The Box",
"nations": [
{
"coordinates": [
400,
400
],
"flag": "",
"name": "Northwest Nation"
},
{
"coordinates": [
1024,
300
],
"flag": "",
"name": "North Empire"
},
{
"coordinates": [
1650,
400
],
"flag": "",
"name": "Northeast Caliphate"
},
{
"coordinates": [
350,
1024
],
"flag": "",
"name": "Centerwest Tribe"
},
{
"coordinates": [
1024,
1024
],
"flag": "",
"name": "Center Empire"
},
{
"coordinates": [
1700,
1024
],
"flag": "",
"name": "Centereast Village"
},
{
"coordinates": [
400,
1650
],
"flag": "",
"name": "Southwest Tribute"
},
{
"coordinates": [
1024,
1750
],
"flag": "",
"name": "South Empire"
},
{
"coordinates": [
1650,
1650
],
"flag": "",
"name": "Southeast Community"
}
]
}
1 change: 1 addition & 0 deletions resources/maps/thebox/map.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/maps/thebox/map16x.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/maps/thebox/map4x.bin

Large diffs are not rendered by default.

Binary file added resources/maps/thebox/thumbnail.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading