SetViewPosition (Harvest)
From OxeyeWiki
setViewPosition(x, y) | ||
Sets the world view position. The position will be clamped to the currently visible world rectangle. | ||
Parameter | Expected Type | Description |
x | Number | The world x coordinate. |
y | Number | The world y coordinate. |
Returns | ||
Returns nothing. |
Example
local w,h = harvest.getScreenSize() harvest.getViewPosition(objectX - w * .5, objectY - h * .5)