Create_0.gml 168 B

12345678910111213
  1. icl(oInput);
  2. icl(oCamera);
  3. icl(oPlayer, 160, 2016);
  4. global.g = 0.5;
  5. global.hitstop = 0;
  6. global.playerHP = 5;
  7. global.time_scale = 1.0;
  8. global.developer_mode = true;