From 8c43e13ba8af1274a2a88fb19392124121581fd2 Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 3 Jul 2017 09:50:33 -0600 Subject: [PATCH] Moved value node in front of the light bulb electrons, see https://github.com/phetsims/circuit-construction-kit-dc/issues/62 --- js/view/CircuitLayerNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/view/CircuitLayerNode.js b/js/view/CircuitLayerNode.js index f0576713..da048b7a 100644 --- a/js/view/CircuitLayerNode.js +++ b/js/view/CircuitLayerNode.js @@ -130,8 +130,8 @@ define( function( require ) { this.lightRaysLayer, this.mainLayer, // circuit elements, charges and meters this.lightBulbSocketLayer, // fronts of light bulbs - this.valueLayer, // values this.lightBulbSocketElectronLayer, // electrons in front of the sockets + this.valueLayer, // values this.seriesAmmeterNodeReadoutPanelLayer, // fronts of series ammeters this.highlightLayer, // highlights go in front of everything else this.buttonLayer // vertex buttons