Searched refs:gdpRatio (Results 1 – 1 of 1) sorted by relevance
30 var gdpRatio = 16/9; variable43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -44 ((y * tileWidth ) * gdpRatio) + ((x * tileWidth ) * gdpRatio);45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +46 ((y * tileHeight) * gdpRatio) + ((x * tileHeight) * gdpRatio);47 xPos = xPos - Math.round(((tileWidth) * gdpRatio)) +48 this.mapHeight * Math.round(((tileWidth) * gdpRatio));