Create_0.gml 91 B

123456789
  1. cam_width = 1920;
  2. cam_height = 1080;
  3. follow = oPlayer;
  4. x_to = x;
  5. y_to = y;
  6. smooth = 0.1;