Search results

  1. L

    [TIPS] The power of pivot / anchor point

    so can you give an example how this would look like in openbor i.e. what would you put in the character file?
  2. L

    General question around walls and platforms

    Thanks Damon, I have that similar check in CM.hitWall in the code I posted, now if you look at my diagram if I was going up the left edge but pressed down and right it will get stuck, what would openbor do in this case, will it go down/slide the edge path?
  3. L

    General question around walls and platforms

    sorry it is done in java and using libgdx library. Here is a video: https://www.youtube.com/watch?v=bRXkNQMA6rE
  4. L

    General question around walls and platforms

    Hi, I am making my own 2d engine to do similar things like openbor, but I am stuck on walls and platforms. Actually the word stuck is quite appropriate here, I have basic collision detection with rectangles and define these around obstacles, for wall collision I have used what is in the openbor...
Back
Top Bottom