We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4f3da commit bf2a73cCopy full SHA for bf2a73c
1 file changed
v3/src/gameobjects/renderpass/RenderPassCreator.js
@@ -20,6 +20,9 @@ GameObjectCreator.register('renderPass', function (config)
20
BuildGameObject(this.scene, pass, config);
21
22
pass.setFlipY(true);
23
-
+ pass.setPosition(x, y);
24
+ pass.setSize(width, height);
25
+ pass.setOrigin(0, 0);
26
+
27
return pass;
28
});
0 commit comments