Create_0.gml 120 B

1234567891011
  1. cam_width = 1920;
  2. cam_height = 1080;
  3. x_to = 0;
  4. y_to = 0;
  5. smooth = 0.05;
  6. shake_magnitude = 0;
  7. follow = global.player;