ct.js FAQ
The camera won't follow my charater!
Make sure you have this code in your character's 'On Create' tab:
ct.camera.follow = this;
// Optional; sets the frame inside which the copy will be kept, in game pixels. Can be set to `null` so the copy is set to the center of the screen.