-
Notifications
You must be signed in to change notification settings - Fork 1
Managing camera
Oğuzhan edited this page Nov 25, 2021
·
1 revision
scene.camera.x = 10;
scene.camera.y = 10;
// OR
scene.camera.setComponents(10, 10);