* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
diff a/js/configuratorMpasParts.js b/js/configuratorMpasParts.js (rejected hunks)
@@ -2079,34 +2079,14 @@
break;
}
}
-
- }
- else if( parentRotationType == rotationType && rotationType == "rotate" ){
- if(parent.partData.side == 3){
-
- switch(parseInt(data.height))
- {
-
- case 60:
- coords = new createjs.Point(coords.x+180, coords.y-110);
- break;
- case 90:
- coords = new createjs.Point(coords.x+185, coords.y-105);
- break;
- case 120:
- coords = new createjs.Point(coords.x+180, coords.y-110);
- break;
- }
- }
-
}
- else if(parentRotationType == "default" && rotationType == "rotate"){
- console.log("side rote", parent.partData.side)
+
+ if(parentRotationType == "default" && rotationType == "rotate"){
if(parent.partData.side == 0){
switch(parseInt(data.height))
{
case 60:
-
+ // alert("aagae");
switch(data.rotationType){
case 6:
coords = new createjs.Point(coords.x+100, coords.y-162);