@ -283,6 +283,8 @@ class WindSimulation {
var dirs = {0: '⬅', 315: '⬉', 270: '⬆', 225: '⬈'};
for(let i = 0; i < notValid.length; i++) {
html += '<span style="display: inline-block;" class="b">' + dirs[notValid[i]] + '</span>';
if(notValid.length > 1 && i < notValid.length - 1)
html += (i < notValid.length - 2) ? ', ' : ' y ';
}
html += '.</p><p>Usá los botones de arriba a la derecha para simular tu parque con cada una de las direcciones asegurándote de cumplir con el objetivo.</p>';