Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

move

Description

Moves the camera to the specified X/Y coordinates.

Arguments

1 number x

the X axis to set the camera position to. number-y-the Y axis to set the camera position to.

Example

-- move the camera to the specified position of 500/1500 on the X/Y axes

camera:move(500, 1500)