mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 04:40:31 +00:00
Revised North America Map, added lakes and rivers, some manual edits around the northern coasts to preserve the jagged fjordness, added ~53 bots to the json, to fill in all the empty space (makes for a very fun solo run, may need to reduce somewhat once the players get a chance to try it). Added 50 US state flags to the resources folder. **Can now Nuke Santa.**
17 lines
738 B
XML
17 lines
738 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 48 24">
|
|
<clipPath id="c">
|
|
<path d="M0,0V6H22V12H21zM21,0H10.5V13H0V12z"/>
|
|
</clipPath>
|
|
<rect width="48" height="24" fill="#012169"/>
|
|
<g>
|
|
<path d="M0,0 21,12M21,0 0,12" stroke="#fff" stroke-width="2.4"/>
|
|
<path d="M0,0 21,12M21,0 0,12" stroke="#c8102e" stroke-width="1.6" clip-path="url(#c)"/>
|
|
<path d="M10.5,0V15M0,6H24" stroke="#fff" stroke-width="4"/>
|
|
<path d="M10.5,0V15M0,6H24" stroke="#c8102e" stroke-width="2.4"/>
|
|
</g>
|
|
<path d="M21,12V9L24,6 21,3V0H48V24H0V18z" fill="#fff"/>
|
|
<path d="M21,6V9H48V3zM0,15V18H48V12z" fill="#012169"/>
|
|
<path d="M21,4.5H48M0,13.5H48M0,22.5H48" stroke="#c8102e" stroke-width="3"/>
|
|
</svg>
|