We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9c505 commit 912c0e3Copy full SHA for 912c0e3
1 file changed
src/input/InputPlugin.js
@@ -2466,6 +2466,7 @@ var InputPlugin = new Class({
2466
debug.setScale(gameObject.scaleX, gameObject.scaleY);
2467
debug.setPosition(gameObject.x + offsetx, gameObject.y + offsety);
2468
debug.setScrollFactor(gameObject.scrollFactorX, gameObject.scrollFactorY);
2469
+ debug.setDepth(gameObject.depth);
2470
};
2471
2472
updateList.add(debug);
0 commit comments