Create_0.gml 251 B

123456789101112131415161718
  1. self_check_destroy();
  2. depth = 102;
  3. /*
  4. if global.developer_mode
  5. image_alpha = 0.4;
  6. else
  7. */
  8. image_alpha = 0;
  9. spr_index = noone;
  10. callback = function(){};
  11. init_spr = function(){};
  12. trigger = function()
  13. {
  14. return place_meeting(x, y, global.player);
  15. };