Update: CustomCode - Bacon - Entity Loaded (osynga17uj.js) 14 bytes modified

beta.r3js.org
-=yb4f310 2018-01-14 15:22:48 +01:00
parent 350f146d21
commit 742b8abac3
1 changed files with 2 additions and 2 deletions

View File

@ -1109,8 +1109,8 @@ if (GameLib.Utils.UndefinedOrNull(this.subscriptions)) {
GameLib.Event.Subscribe(
GameLib.Event.CUSTOM_CODE_WINDOW_RESIZE,
function (data) {
var aspect = data.width / data.height;
this.camera.offsetX = -((this.camera.maxX - this.camera.minX) / 2) + (GameLib.CustomCode.TETRIS_GRID_WIDTH / 2) - 0.5 - (0.5 * aspect);
//var aspect = data.width / data.height;
this.camera.offsetX = -((this.camera.maxX - this.camera.minX) / 2) + (GameLib.CustomCode.TETRIS_GRID_WIDTH / 2) - 0.5 - (0.5 * this.camera.aspect);
this.camera.updateInstance('offsetX');
}.bind(this)
)