From 059641da8fc267fb8b6590aeccb92560534bc36a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 20 May 2023 12:56:13 +0200 Subject: Prettier! --- images/blue_cube.svg | 1 + images/blue_cylinder.svg | 1 + images/blue_disc.svg | 1 + images/icon_forts.svg | 3 + images/icon_institutional.svg | 3 + images/icon_paris.svg | 3 + images/icon_public_opinion.svg | 3 + images/orange_cylinder.svg | 1 + images/pawn.svg | 1 + images/pivotal_forts.svg | 4 ++ images/pivotal_institutional.svg | 4 ++ images/pivotal_paris.svg | 4 ++ images/pivotal_public_opinion.svg | 4 ++ images/pivotal_selected.svg | 4 ++ images/purple_cylinder.svg | 1 + images/red_cube.svg | 1 + images/red_cylinder.svg | 1 + images/red_disc.svg | 1 + pieces/blue_cube.svg | 1 - pieces/blue_cylinder.svg | 1 - pieces/blue_disc.svg | 1 - pieces/orange_cylinder.svg | 1 - pieces/pawn.svg | 1 - pieces/purple_cylinder.svg | 1 - pieces/red_cube.svg | 1 - pieces/red_cylinder.svg | 1 - pieces/red_disc.svg | 1 - play.css | 85 +++++++++++++++++++--- play.js | 144 +++++++++++++++++++++++++------------- rules.js | 41 ++++++----- space_forts.svg | 3 - space_institutional.svg | 3 - space_paris.svg | 3 - space_public_opinion.svg | 3 - 34 files changed, 236 insertions(+), 96 deletions(-) create mode 100644 images/blue_cube.svg create mode 100644 images/blue_cylinder.svg create mode 100644 images/blue_disc.svg create mode 100644 images/icon_forts.svg create mode 100644 images/icon_institutional.svg create mode 100644 images/icon_paris.svg create mode 100644 images/icon_public_opinion.svg create mode 100644 images/orange_cylinder.svg create mode 100644 images/pawn.svg create mode 100644 images/pivotal_forts.svg create mode 100644 images/pivotal_institutional.svg create mode 100644 images/pivotal_paris.svg create mode 100644 images/pivotal_public_opinion.svg create mode 100644 images/pivotal_selected.svg create mode 100644 images/purple_cylinder.svg create mode 100644 images/red_cube.svg create mode 100644 images/red_cylinder.svg create mode 100644 images/red_disc.svg delete mode 100644 pieces/blue_cube.svg delete mode 100644 pieces/blue_cylinder.svg delete mode 100644 pieces/blue_disc.svg delete mode 100644 pieces/orange_cylinder.svg delete mode 100644 pieces/pawn.svg delete mode 100644 pieces/purple_cylinder.svg delete mode 100644 pieces/red_cube.svg delete mode 100644 pieces/red_cylinder.svg delete mode 100644 pieces/red_disc.svg delete mode 100644 space_forts.svg delete mode 100644 space_institutional.svg delete mode 100644 space_paris.svg delete mode 100644 space_public_opinion.svg diff --git a/images/blue_cube.svg b/images/blue_cube.svg new file mode 100644 index 0000000..44a7753 --- /dev/null +++ b/images/blue_cube.svg @@ -0,0 +1 @@ + diff --git a/images/blue_cylinder.svg b/images/blue_cylinder.svg new file mode 100644 index 0000000..9442877 --- /dev/null +++ b/images/blue_cylinder.svg @@ -0,0 +1 @@ + diff --git a/images/blue_disc.svg b/images/blue_disc.svg new file mode 100644 index 0000000..5a2dae5 --- /dev/null +++ b/images/blue_disc.svg @@ -0,0 +1 @@ + diff --git a/images/icon_forts.svg b/images/icon_forts.svg new file mode 100644 index 0000000..11f32e8 --- /dev/null +++ b/images/icon_forts.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icon_institutional.svg b/images/icon_institutional.svg new file mode 100644 index 0000000..3255365 --- /dev/null +++ b/images/icon_institutional.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icon_paris.svg b/images/icon_paris.svg new file mode 100644 index 0000000..a881efd --- /dev/null +++ b/images/icon_paris.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/icon_public_opinion.svg b/images/icon_public_opinion.svg new file mode 100644 index 0000000..a3d6cca --- /dev/null +++ b/images/icon_public_opinion.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/orange_cylinder.svg b/images/orange_cylinder.svg new file mode 100644 index 0000000..fe1e9e9 --- /dev/null +++ b/images/orange_cylinder.svg @@ -0,0 +1 @@ + diff --git a/images/pawn.svg b/images/pawn.svg new file mode 100644 index 0000000..b722211 --- /dev/null +++ b/images/pawn.svg @@ -0,0 +1 @@ + diff --git a/images/pivotal_forts.svg b/images/pivotal_forts.svg new file mode 100644 index 0000000..9b2e08b --- /dev/null +++ b/images/pivotal_forts.svg @@ -0,0 +1,4 @@ + + + diff --git a/images/pivotal_institutional.svg b/images/pivotal_institutional.svg new file mode 100644 index 0000000..df73c9d --- /dev/null +++ b/images/pivotal_institutional.svg @@ -0,0 +1,4 @@ + + + diff --git a/images/pivotal_paris.svg b/images/pivotal_paris.svg new file mode 100644 index 0000000..92d1b04 --- /dev/null +++ b/images/pivotal_paris.svg @@ -0,0 +1,4 @@ + + + diff --git a/images/pivotal_public_opinion.svg b/images/pivotal_public_opinion.svg new file mode 100644 index 0000000..60df1e7 --- /dev/null +++ b/images/pivotal_public_opinion.svg @@ -0,0 +1,4 @@ + + + diff --git a/images/pivotal_selected.svg b/images/pivotal_selected.svg new file mode 100644 index 0000000..0b54c9c --- /dev/null +++ b/images/pivotal_selected.svg @@ -0,0 +1,4 @@ + + + diff --git a/images/purple_cylinder.svg b/images/purple_cylinder.svg new file mode 100644 index 0000000..7e2dc0d --- /dev/null +++ b/images/purple_cylinder.svg @@ -0,0 +1 @@ + diff --git a/images/red_cube.svg b/images/red_cube.svg new file mode 100644 index 0000000..9ca9807 --- /dev/null +++ b/images/red_cube.svg @@ -0,0 +1 @@ + diff --git a/images/red_cylinder.svg b/images/red_cylinder.svg new file mode 100644 index 0000000..929dad8 --- /dev/null +++ b/images/red_cylinder.svg @@ -0,0 +1 @@ + diff --git a/images/red_disc.svg b/images/red_disc.svg new file mode 100644 index 0000000..aa4d319 --- /dev/null +++ b/images/red_disc.svg @@ -0,0 +1 @@ + diff --git a/pieces/blue_cube.svg b/pieces/blue_cube.svg deleted file mode 100644 index 44a7753..0000000 --- a/pieces/blue_cube.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/blue_cylinder.svg b/pieces/blue_cylinder.svg deleted file mode 100644 index 9442877..0000000 --- a/pieces/blue_cylinder.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/blue_disc.svg b/pieces/blue_disc.svg deleted file mode 100644 index 5a2dae5..0000000 --- a/pieces/blue_disc.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/orange_cylinder.svg b/pieces/orange_cylinder.svg deleted file mode 100644 index fe1e9e9..0000000 --- a/pieces/orange_cylinder.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/pawn.svg b/pieces/pawn.svg deleted file mode 100644 index b722211..0000000 --- a/pieces/pawn.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/purple_cylinder.svg b/pieces/purple_cylinder.svg deleted file mode 100644 index 7e2dc0d..0000000 --- a/pieces/purple_cylinder.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/red_cube.svg b/pieces/red_cube.svg deleted file mode 100644 index 9ca9807..0000000 --- a/pieces/red_cube.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/red_cylinder.svg b/pieces/red_cylinder.svg deleted file mode 100644 index 929dad8..0000000 --- a/pieces/red_cylinder.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pieces/red_disc.svg b/pieces/red_disc.svg deleted file mode 100644 index aa4d319..0000000 --- a/pieces/red_disc.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/play.css b/play.css index 0836d17..2d421d3 100644 --- a/play.css +++ b/play.css @@ -136,12 +136,47 @@ body.censorship #hand_panel { width: clamp(290px, 1370px, 100%) } background-color: #fff8; } +.space.institutional.action { + border: 4px solid hsl(78, 64%, 85%); + background-color: hsl(78, 64%, 85%, 0.5); +} + +.space.public_opinion.action { + border: 4px solid hsl(34, 80%, 85%); + background-color: hsl(34, 80%, 85%, 0.5); +} + +.space.forts.action { + border: 4px solid hsl(175, 32%, 85%); + background-color: hsl(175, 32%, 85%, 0.5); +} + +.space.paris.action { + border: 4px solid hsl(275, 40%, 85%); + background-color: hsl(275, 40%, 85%, 0.5); +} + +.space.pivotal.action { + border: none; + border-radius: 50%; + background-color: transparent; +} + +.space.pivotal.action.institutional { background-image: url(images/pivotal_institutional.svg) } +.space.pivotal.action.public_opinion { background-image: url(images/pivotal_public_opinion.svg) } +.space.pivotal.action.forts { background-image: url(images/pivotal_forts.svg) } +.space.pivotal.action.paris { background-image: url(images/pivotal_paris.svg) } + .space.selected { border: 4px dashed yellow; } +.space.pivotal.selected { + border: none; + background-image: url(images/pivotal_selected.svg); +} + .piece { - pointer-events: none; position: absolute; background-size: cover; background-repeat: no-repeat; @@ -151,6 +186,10 @@ body.censorship #hand_panel { width: clamp(290px, 1370px, 100%) } transition-timing-function: ease; } +.piece.cube { + pointer-events: none; +} + .piece.action { pointer-events: auto; filter: @@ -160,7 +199,7 @@ body.censorship #hand_panel { width: clamp(290px, 1370px, 100%) } drop-shadow(2px 0 0 white) } -.piece.selected { +.piece.red.action { filter: drop-shadow(0 -2px 0 yellow) drop-shadow(0 2px 0 yellow) @@ -168,6 +207,30 @@ body.censorship #hand_panel { width: clamp(290px, 1370px, 100%) } drop-shadow(2px 0 0 yellow) } +.piece.blue.action { + filter: + drop-shadow(0 -2px 0 cyan) + drop-shadow(0 2px 0 cyan) + drop-shadow(-2px 0 0 cyan) + drop-shadow(2px 0 0 cyan) +} + +.piece.red.selected { + filter: + drop-shadow(0 -2px 0 gold) + drop-shadow(0 2px 0 gold) + drop-shadow(-2px 0 0 gold) + drop-shadow(2px 0 0 gold) +} + +.piece.blue.selected { + filter: + drop-shadow(0 -2px 0 mediumturquoise) + drop-shadow(0 2px 0 mediumturquoise) + drop-shadow(-2px 0 0 mediumturquoise) + drop-shadow(2px 0 0 mediumturquoise) +} + .card.action { box-shadow: 0 0 0 3px white; } @@ -181,15 +244,15 @@ body.censorship #hand_panel { width: clamp(290px, 1370px, 100%) } .piece.cylinder { width: 50px; height: 50px; } .piece.pawn { width: 35px; height: 60px; } -.piece.cube.red { background-image:url(pieces/red_cube.svg) } -.piece.cube.blue { background-image:url(pieces/blue_cube.svg) } -.piece.disc.red { background-image:url(pieces/red_disc.svg) } -.piece.disc.blue { background-image:url(pieces/blue_disc.svg) } -.piece.cylinder.red { background-image:url(pieces/red_cylinder.svg) } -.piece.cylinder.blue { background-image:url(pieces/blue_cylinder.svg) } -.piece.cylinder.orange { background-image:url(pieces/orange_cylinder.svg) } -.piece.cylinder.purple { background-image:url(pieces/purple_cylinder.svg) } -.piece.pawn { background-image:url(pieces/pawn.svg) } +.piece.cube.red { background-image:url(images/red_cube.svg) } +.piece.cube.blue { background-image:url(images/blue_cube.svg) } +.piece.disc.red { background-image:url(images/red_disc.svg) } +.piece.disc.blue { background-image:url(images/blue_disc.svg) } +.piece.cylinder.red { background-image:url(images/red_cylinder.svg) } +.piece.cylinder.blue { background-image:url(images/blue_cylinder.svg) } +.piece.cylinder.orange { background-image:url(images/orange_cylinder.svg) } +.piece.cylinder.purple { background-image:url(images/purple_cylinder.svg) } +.piece.pawn { background-image:url(images/pawn.svg) } #round_marker { top: 965px; } #round_marker.round1 { left: 623px; } diff --git a/play.js b/play.js index 3a91056..c21df4f 100644 --- a/play.js +++ b/play.js @@ -119,10 +119,10 @@ const space_count = space_names.length const boxes = { "Royalists": [80,428,126,126], "Republicans": [490,428,126,126], - "Catholic Church": [80,786,126,126], - "Social Movements": [490,786,126,126], + "Catholic Church": [80,787,126,126], + "Social Movements": [490,787,126,126], "Fort d'Issy": [844,793,126,126], - "Butte-Aux-Cailles": [1038,660,126,126], + "Butte-Aux-Cailles": [1038,661,126,126], "Père Lachaise": [1206,591,126,126], "Château de Vincennes": [1342,650,126,127], "Press": [294,727,112,112], @@ -131,29 +131,34 @@ const boxes = { "Mont-Valérien": [717,507,112,112], "Versailles HQ": [662,850,101,95], "Prussian Occupied Territory": [1298,353,180,86], - "Red Crisis Track Start": [982,61,90,112], - "Red Crisis Track Escalation": [1072,61,84,112], - "Red Crisis Track Tension": [1156,61,83,112], - "Red Crisis Track Final Crisis": [1239,61,83,112], - "Blue Crisis Track Start": [432,61,88,112], - "Blue Crisis Track Escalation": [348,61,84,112], - "Blue Crisis Track Tension": [265,61,83,112], - "Blue Crisis Track Final Crisis": [182,61,83,112], + "Blue Objective Card": [120,996,272,54], "Red Objective Card": [1114,996,272,54], + "Blue Cube Pool": [180,198,198,55], - "Red Bonus Cubes 1": [1072,22,84,39], - "Red Bonus Cubes 2": [1156,22,83,39], - "Red Bonus Cubes 3": [1239,22,83,39], - "Blue Bonus Cubes 1": [348,22,84,39], - "Blue Bonus Cubes 2": [265,22,83,39], - "Blue Bonus Cubes 3": [182,22,83,39], - "Red Cube Pool 1": [787,330,115,39], - "Red Cube Pool 2": [902,330,136,39], - "Red Cube Pool 3": [1038,330,157,40], - "Prussian Collaboration 1": [600,330,115,39], - "Prussian Collaboration 2": [463,330,136,39], - "Prussian Collaboration 3": [306,330,157,39], + + "Red Crisis Track Start": [982,70,90,112], + "Red Crisis Track Escalation": [1072,70,84,112], + "Red Crisis Track Tension": [1156,70,84,112], + "Red Crisis Track Final Crisis": [1239,70,84,112], + "Blue Crisis Track Start": [432,70,88,112], + "Blue Crisis Track Escalation": [348,70,84,112], + "Blue Crisis Track Tension": [265,70,84,112], + "Blue Crisis Track Final Crisis": [182,70,84,112], + + "Red Bonus Cubes 1": [1072,20,84,40], + "Red Bonus Cubes 2": [1156,20,84,40], + "Red Bonus Cubes 3": [1239,20,84,40], + "Blue Bonus Cubes 1": [348,23,84,40], + "Blue Bonus Cubes 2": [265,23,84,40], + "Blue Bonus Cubes 3": [182,20,84,40], + + "Red Cube Pool 1": [787,340,115,40], + "Red Cube Pool 2": [902,340,100,40], + "Red Cube Pool 3": [1038,340,157,40], + "Prussian Collaboration 1": [600,340,115,40], + "Prussian Collaboration 2": [463,340,100,40], + "Prussian Collaboration 3": [306,340,140,40], } function is_action(action) { @@ -188,6 +193,11 @@ function on_focus_space(evt) { document.getElementById("status").textContent = evt.target.my_name } +function on_focus_piece(evt) { + if (evt.target.my_name) + document.getElementById("status").textContent = evt.target.my_name +} + function on_click_red_momentum(evt) { if (evt.button === 0) { if (send_action('red_momentum')) @@ -237,11 +247,34 @@ function create(t, p, ...c) { return e } +const DIMENSION_CLASS = [ + "institutional", "institutional", "institutional", + "public_opinion", "public_opinion", "public_opinion", + "forts", "forts", "forts", + "paris", "paris", "paris", +] + + function build_user_interface() { let elt - document.getElementById("red_momentum").addEventListener("mousedown", on_click_red_momentum) - document.getElementById("blue_momentum").addEventListener("mousedown", on_click_blue_momentum) + ui.red_momentum.my_name = "Revolutionary Momentum" + ui.red_momentum.onmousedown = on_click_red_momentum + ui.red_momentum.onmouseenter = on_focus_piece + ui.red_momentum.onmouseleave = on_blur + + ui.blue_momentum.my_name = "Prussian Collaboration" + ui.blue_momentum.onmousedown = on_click_blue_momentum + ui.blue_momentum.onmouseenter = on_focus_piece + ui.blue_momentum.onmouseleave = on_blur + + ui.political_vp.my_name = "Political VP" + ui.political_vp.onmouseenter = on_focus_piece + ui.political_vp.onmouseleave = on_blur + + ui.military_vp.my_name = "Military VP" + ui.military_vp.onmouseenter = on_focus_piece + ui.military_vp.onmouseleave = on_blur ui.objective_back = [ create("div", { className: "card card_objective_back" }), @@ -276,20 +309,35 @@ function build_user_interface() { document.getElementById("pieces").appendChild(elt) } - for (let i = 0; i < space_count; ++i) { - let name = space_names[i] + for (let s = 0; s < space_count; ++s) { + let name = space_names[s] let [x, y, w, h] = boxes[name] - elt = ui.spaces[i] = create("div", { - className: "space", - my_space: i, + let cn = "space" + if (s < 12) + cn += " " + DIMENSION_CLASS[s] + if (s === 0 || s === 3 || s === 6 || s === 9) { + cn += " pivotal" + x -= 22 + y -= 23 + w += 46 + h += 46 + } else { + x += 5 + y += 5 + w -= 10 + h -= 10 + } + elt = ui.spaces[s] = create("div", { + className: cn, + my_space: s, my_name: name, onmousedown: on_click_space, onmouseenter: on_focus_space, onmouseleave: on_blur, style: `top: ${y-1}px;left:${x-1}px;width:${w+2}px;height:${h+2}px` }) - space_layout_cube[i] = { x: x + Math.round(w/2), y: y + Math.round(h*1/2) } - space_layout_disc[i] = { x: x + w, y: y + h } + space_layout_cube[s] = { x: x + Math.round(w/2), y: y + Math.round(h*1/2) } + space_layout_disc[s] = { x: x + w, y: y + h } document.getElementById("spaces").appendChild(elt) } } @@ -355,35 +403,35 @@ function sub_space_name(match, p1, offset, string) { } if (true) { if (c <= 2) - return '' + n + return '' + n if (c <= 5) - return '' + n + return '' + n if (c <= 8) - return '' + n + return '' + n if (c <= 11) - return '' + n + return '' + n } if (true) { if (c <= 2) - return '' + n + "" + return '' + n + "" if (c <= 5) - return '' + n + "" + return '' + n + "" if (c <= 8) - return '' + n + "" + return '' + n + "" if (c <= 11) - return '' + n + "" + return '' + n + "" } return n } -const IMG_RC = '' -const IMG_BC = '' -const IMG_RD = '' -const IMG_BD = '' -const IMG_RM = '' -const IMG_BM = '' -const IMG_MV = '' -const IMG_PV = '' +const IMG_RC = '' +const IMG_BC = '' +const IMG_RD = '' +const IMG_BD = '' +const IMG_RM = '' +const IMG_BM = '' +const IMG_MV = '' +const IMG_PV = '' function on_log(text) { let p = document.createElement("div") diff --git a/rules.js b/rules.js index bfb39f8..372fcba 100644 --- a/rules.js +++ b/rules.js @@ -1502,52 +1502,61 @@ function end_versailles_crisis_breach() { } states.commune_crisis_breach = { - inactive: "add cubes to Pool", + inactive: "move bonus cubes", prompt() { - view.prompt = "Crisis Breach: Add cubes to Pool." + view.prompt = "Crisis Breach: Move bonus cubes to Pool." if (count_commune_cubes(RED_CRISIS_TRACK[1]) < 2) for_each_commune_cube(RED_BONUS_CUBES[0], gen_action_piece) if (count_commune_cubes(RED_CRISIS_TRACK[2]) < 2) for_each_commune_cube(RED_BONUS_CUBES[1], gen_action_piece) - if (count_commune_cubes(RED_CRISIS_TRACK[3]) < 2) - for_each_commune_cube(RED_BONUS_CUBES[2], gen_action_piece) + if (count_commune_cubes(RED_CRISIS_TRACK[3]) < 2) { + if (count_versailles_cubes(BLUE_BONUS_CUBES[2]) > 0) { + view.prompt = "Crisis Breach: Remove bonus cubes." + for_each_versailles_cube(BLUE_BONUS_CUBES[2], gen_action_piece) + } else + for_each_commune_cube(RED_BONUS_CUBES[2], gen_action_piece) + } }, piece(p) { - if (p === RED_BONUS_CUBES[2] && !is_commune_first_to_breach_final()) { + if (is_versailles_cube(p)) { remove_piece_from_play(p) - log("Removed RC from bonus.") + log("Removed BC from bonus.") } else { remove_piece(p) if (game.pieces[p] < 0) log("Removed RC from bonus.") else log("Added RC to Pool.") + goto_commune_crisis_breach() } - goto_commune_crisis_breach() }, } states.versailles_crisis_breach = { - inactive: "add cubes to Pool", + inactive: "move bonus cubes", prompt() { - view.prompt = "Crisis Breach: Add cubes to Pool." + view.prompt = "Crisis Breach: Move bonus cubes to Pool." if (count_versailles_cubes(BLUE_CRISIS_TRACK[1]) < 2) for_each_versailles_cube(BLUE_BONUS_CUBES[0], gen_action_piece) if (count_versailles_cubes(BLUE_CRISIS_TRACK[2]) < 1) for_each_versailles_cube(BLUE_BONUS_CUBES[1], gen_action_piece) - if (count_versailles_cubes(BLUE_CRISIS_TRACK[3]) < 2) - for_each_versailles_cube(BLUE_BONUS_CUBES[2], gen_action_piece) + if (count_versailles_cubes(BLUE_CRISIS_TRACK[3]) < 2) { + if (count_commune_cubes(RED_BONUS_CUBES[2]) > 0) { + view.prompt = "Crisis Breach: Remove opponent's bonus cubes." + for_each_commune_cube(RED_BONUS_CUBES[2], gen_action_piece) + } else + for_each_versailles_cube(BLUE_BONUS_CUBES[2], gen_action_piece) + } }, piece(p) { - let s = game.pieces[p] - if (s === BLUE_BONUS_CUBES[2] && !is_versailles_first_to_breach_final()) { + if (is_commune_cube(p)) { remove_piece_from_play(p) - log("Removed BC from bonus.") + log("Removed RC from bonus.") } else { remove_piece(p) log("Added BC to Pool.") + goto_versailles_crisis_breach() } - goto_versailles_crisis_breach() }, } @@ -3216,7 +3225,7 @@ exports.setup = function (seed, scenario, options) { strategy_deck: [], objective_deck: [], - discard: 0, + discard: [], red_final: 34, red_hand: [], diff --git a/space_forts.svg b/space_forts.svg deleted file mode 100644 index 11f32e8..0000000 --- a/space_forts.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/space_institutional.svg b/space_institutional.svg deleted file mode 100644 index 3255365..0000000 --- a/space_institutional.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/space_paris.svg b/space_paris.svg deleted file mode 100644 index a881efd..0000000 --- a/space_paris.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/space_public_opinion.svg b/space_public_opinion.svg deleted file mode 100644 index a3d6cca..0000000 --- a/space_public_opinion.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - -- cgit v1.2.3