You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exposed a problem with our current collision system, though.
First I had to alter the functions slightly to return boundaries correctly, this was a minor change.
The major change, we will have to discuss.
For collision detection, you want to test where the player IS GOING TO BE, not where he currently is. That's my understanding anyway. The way we have it currently, this is impossible without some ugly hacky code.
Does anyone have any ideas about how to implement this nicely?
The text was updated successfully, but these errors were encountered:
I added walls to the game.
This exposed a problem with our current collision system, though.
First I had to alter the functions slightly to return boundaries correctly, this was a minor change.
The major change, we will have to discuss.
For collision detection, you want to test where the player IS GOING TO BE, not where he currently is. That's my understanding anyway. The way we have it currently, this is impossible without some ugly hacky code.
Does anyone have any ideas about how to implement this nicely?
The text was updated successfully, but these errors were encountered: