camera
This module controls the position of the on-screen 'camera', i.e., what part of the game world is shown.
Useful for moving the player's view without manually shifting objects.
api
• camera.set•••••Changes the camera's current position to the specified coordinates.
• camera.reset•••Resets the camera to its original position (0, 0).