Once more unto the breach: collision errors
It's official, I hate making collision detection. I'm going to try and rewrite it for the 6th time this pyweek (yes, I've kept count) but not before uploading a demo. press "r" to respawn at the green portal thingy. press "z" to use the ability (air doesn't have one because making it caused this little catastrophe) I'll be back after cleaning up my code (turning Entity and Character into the Player class so that it's simpler to manage) and then fixing this problem.(log in to comment)
tnelsond on 2011/09/16 20:23:
I also hate (read: am bad at) doing collision detection.Collisions cause problems for me, but for some reason they were a lot easier for me this week than before. No doubt I still have some collision bugs left that are going to be awful though.