Rex PushOutSolid (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • There are some errors present in the runtime of this plugin. namely in instance.js:

    // Didn't get pushed out: restore old position and return false

    inst.GetWorldInfo().SetX(oldx);

    inst.GetWorldInfo().SetX(oldy);

    The second line shoudl be .SetY, not .SetX