1
0

InstanceCreationCode_inst_580C8AEF.gml 73 B

1234
  1. criteria = function()
  2. {
  3. return !place_meeting(x, y + 1, oParentSolid);
  4. }