could i put a camera?
Can you tell me if there is any method to move my stage, my player and all my objects(sprites) like a camera?
Can you tell me if there is any method to move my stage, my player and all my objects(sprites) like a camera?
Define a camera X and Y. When you draw objects on the screen, subtract the camera position from their position.