Update flipflop.js
This commit is contained in:
parent
c9bea6dd89
commit
92b23492d7
|
|
@ -10,7 +10,7 @@ elements.flipflop = {
|
||||||
doBurning(pixel)
|
doBurning(pixel)
|
||||||
doElectricity(pixel)
|
doElectricity(pixel)
|
||||||
|
|
||||||
let Powerstate = pixel.powerst
|
let Powerstate = pixel.powerstate
|
||||||
let Output = pixelMap[pixel.x+1][pixel.y]
|
let Output = pixelMap[pixel.x+1][pixel.y]
|
||||||
let Input = pixelMap[pixel.x-1][pixel.y]
|
let Input = pixelMap[pixel.x-1][pixel.y]
|
||||||
console.log(typeof Output)
|
console.log(typeof Output)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue