mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
iterating on map
This commit is contained in:
parent
1f54ac2a84
commit
d1a4e93fc2
6 changed files with 3767 additions and 222 deletions
|
|
@ -45,10 +45,10 @@ const { optimize } = require('svgo');
|
|||
|
||||
// Map sources - adjust these paths for your codebase
|
||||
const MAP_SOURCES = {
|
||||
standard: '../../maps/standard.svg',
|
||||
ancmed: '../../maps/ancmed.svg',
|
||||
modern: '../../maps/modern.svg',
|
||||
pure: '../../maps/pure.svg'
|
||||
standard: '../../maps/svg/standard.svg',
|
||||
ancmed: '../../maps/svg/ancmed.svg',
|
||||
modern: '../../maps/svg/modern.svg',
|
||||
pure: '../../maps/svg/pure.svg'
|
||||
};
|
||||
|
||||
// Supply centers for standard map (others will be determined from SVG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue