mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:20:47 +00:00
Update luna for compact maps (#3692)
## Description: Updates Luna map so that 'orbit' lines are continuous during compact game play. Other small edits. https://youtu.be/rxoME-YYtII ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: PlaysBadly
This commit is contained in:
committed by
GitHub
parent
565060f346
commit
d0a9146843
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.2 MiB |
@@ -42,7 +42,7 @@
|
||||
"name": "Apollo 13"
|
||||
},
|
||||
{
|
||||
"coordinates": [650, 1750],
|
||||
"coordinates": [656, 1750],
|
||||
"flag": "us",
|
||||
"name": "Artemis II"
|
||||
},
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 3500,
|
||||
"num_land_tiles": 1625125,
|
||||
"num_land_tiles": 1646031,
|
||||
"width": 1308
|
||||
},
|
||||
"map16x": {
|
||||
"height": 875,
|
||||
"num_land_tiles": 92808,
|
||||
"num_land_tiles": 93510,
|
||||
"width": 327
|
||||
},
|
||||
"map4x": {
|
||||
"height": 1750,
|
||||
"num_land_tiles": 392778,
|
||||
"num_land_tiles": 398022,
|
||||
"width": 654
|
||||
},
|
||||
"name": "Luna",
|
||||
@@ -57,7 +57,7 @@
|
||||
"name": "Apollo 13"
|
||||
},
|
||||
{
|
||||
"coordinates": [650, 1750],
|
||||
"coordinates": [656, 1750],
|
||||
"flag": "us",
|
||||
"name": "Artemis II"
|
||||
},
|
||||
|
||||
+60
-60
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user