test graphismes

master
pisouvigne 5 years ago
parent 51c9d6814b
commit e93a21aac7

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

@ -1,12 +1,12 @@
//Portes Logiques
var imageHeight = 45;
var imageWidth = 50;
var imageHeight = 50;
var imageWidth = 75;
var imageRotation = 0;
//Image
const pathImg = "../img/";
const imageLogiqueEt = "eeee.png";
const imageLogiqueOu = "zzz.png";
const imageLogiqueEt = "and_test.png";
const imageLogiqueOu = "or_test.png";
const imageLogiqueEtNon = "logiqueetnon.png";
const imageLogiqueInv = "non.png";
const imageLogiqueNonOu = "aaa.png";
@ -14,8 +14,8 @@ const imageEnd = "idea_white.png";
//line
const colorLineInnactive = "black";
const colorLineActive = "#46FEFE";
const lineStroke = 3;
const colorLineActive = "#FFF033";
const lineStroke = 5;
const pourcentageBreak = 15;
//switch

Loading…
Cancel
Save