cubing / jsss

⛔️ Deprecated — use cubing.js instead! (was: Javascript Solver/Scrambler Suite)
42 stars 24 forks source link

NNN and Pyram JS files interfering with each other #10

Open bagwaa opened 7 years ago

bagwaa commented 7 years ago

I have a page which includes both scramble_NNN.js and scramble_pyra.js, when I draw scramble the 5x5x5 I get the following happening visually

bug

If I remove the scramble_pyra.js, the 5x5x5 scramble works fine.

Creating the 5x5x5 with

scramblers["555"].drawScramble(
    document.getElementById('drawScramble'),
    this.scrambleObject.state,
    175,
    125
);