mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
Reformating the project to have it's own directory, relying on TS
This makes the project able to use TS, and can be stood up using `npm run dev`
This commit is contained in:
parent
9591ce9eca
commit
39c8320484
1110 changed files with 1090 additions and 314620 deletions
202
ai_animation/assets/maps/standard/standard_styles.json
Normal file
202
ai_animation/assets/maps/standard/standard_styles.json
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
{
|
||||
"unplayable": {
|
||||
"fill": "#D5D5D5"
|
||||
},
|
||||
"impassable": {
|
||||
"fill": "#353433"
|
||||
},
|
||||
"background": {
|
||||
"fill": "#FFFFFF"
|
||||
},
|
||||
"labeltext": {
|
||||
"font-size": "12px",
|
||||
"fill": "black",
|
||||
"font-family": "Arial"
|
||||
},
|
||||
"currentnoterect": {
|
||||
"fill": "#c5dfea",
|
||||
"stroke-width": "0",
|
||||
"stroke": "black"
|
||||
},
|
||||
"currentnotetext": {
|
||||
"font-family": "serif,sans-serif",
|
||||
"font-size": "12px",
|
||||
"fill": "black",
|
||||
"stroke": "black"
|
||||
},
|
||||
"currentphasetext": {
|
||||
"font-family": "serif,sans-serif",
|
||||
"font-size": "14px",
|
||||
"fill": "black",
|
||||
"stroke": "black"
|
||||
},
|
||||
"invisibleContent": {
|
||||
"stroke": "#000000",
|
||||
"fill": "#000000",
|
||||
"fill-opacity": "0.0",
|
||||
"opacity": "0.0"
|
||||
},
|
||||
"provinceRed": {
|
||||
"fill": "url(#patternRed)",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"provinceBrown": {
|
||||
"fill": "url(#patternBrown)",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"provinceGreen": {
|
||||
"fill": "url(#patternGreen)",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"provinceBlack": {
|
||||
"fill": "url(#patternBlack)",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"provinceBlue": {
|
||||
"fill": "url(#patternBlue)",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"nopower": {
|
||||
"fill": "#ddd2af",
|
||||
"stroke": "black",
|
||||
"stroke-linejoin": "round",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"water": {
|
||||
"fill": "#c5dfea",
|
||||
"stroke": "black",
|
||||
"stroke-linejoin": "round",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"britain": {
|
||||
"fill": "royalblue",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"egypt": {
|
||||
"fill": "#808000",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"france": {
|
||||
"fill": "#00FFFF",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"germany": {
|
||||
"fill": "darkgrey",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"italy": {
|
||||
"fill": "#80FF80",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"poland": {
|
||||
"fill": "#FF0000",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"russia": {
|
||||
"fill": "#008000",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"spain": {
|
||||
"fill": "#FF8080",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"turkey": {
|
||||
"fill": "#FFFF00",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"ukraine": {
|
||||
"fill": "#FF00FF",
|
||||
"stroke": "black",
|
||||
"stroke-width": "2"
|
||||
},
|
||||
"unitbritain": {
|
||||
"fill": "deepskyblue",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitegypt": {
|
||||
"fill": "#808000",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitfrance": {
|
||||
"fill": "#00FFFF",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitgermany": {
|
||||
"fill": "darkgrey",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unititaly": {
|
||||
"fill": "#80FF80",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitpoland": {
|
||||
"fill": "#FF0000",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitrussia": {
|
||||
"fill": "#008000",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitspain": {
|
||||
"fill": "#FF8080",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitturkey": {
|
||||
"fill": "#FFFF00",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"unitukraine": {
|
||||
"fill": "#FF00FF",
|
||||
"stroke": "black",
|
||||
"fill-opacity": "0.90"
|
||||
},
|
||||
"supportorder": {
|
||||
"stroke-width": "2",
|
||||
"fill": "none",
|
||||
"stroke-dasharray": "5,5"
|
||||
},
|
||||
"convoyorder": {
|
||||
"stroke-dasharray": "15,5",
|
||||
"stroke-width": "2",
|
||||
"fill": "none"
|
||||
},
|
||||
"shadowdash": {
|
||||
"stroke-width": "4",
|
||||
"fill": "none",
|
||||
"stroke": "black",
|
||||
"opacity": "0.45"
|
||||
},
|
||||
"varwidthorder": {
|
||||
"fill": "none"
|
||||
},
|
||||
"varwidthshadow": {
|
||||
"fill": "none",
|
||||
"stroke": "black"
|
||||
},
|
||||
"style1": {
|
||||
"fill": "darkGray"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue