Here is a list of all of the current, not to hard to fix, bugs
[ ] Players can shoot spells and glitch the game after they die when they shoot
[x] Make the fps counter a lighter color
[ ] Give the other sprites a different image @AlphaBetaR
[ ] No death. This should be an easy one Done. We need a screen for it tho
[x] Spell rotation is off. We need to adjust it based on the player rotation
[x] Earth is fired by default
[x] The spells do not flip around. The image looks weird. (Try shooting the fire one to the left, and you will see what I mean)
[x] Collision is weird. Like you collide closer from one side than the other side.
I found the issue with this one, but I do not know how to fix it. Because we are setting the x and y values to be the anchor point (center) of the sprite, all of the collision code breaks, because it is used to the anchor being in the top left of each player. I think that we should undo that anchor point, but then the player cannot flip around. Let's rewrite the collision code? Or have a player specific collision code? (Probably better to have a player specific one.
[x] Other people not flipping around
[x] Spells not firing after the first one
[x] Correct Mana drain based on Spell (right now it is always one)
[x] Add distance for spells. Like a set distance they can travel.
[x] Cannot jump higher than a projectile
[x] Shadow copies of people This might be gone
[x] Side Scrolling (I can do this one)
These are all of the main complaints I have been getting. I will try to fix some, but I cannot fix them all.
Here is a list of all of the current, not to hard to fix, bugs
These are all of the main complaints I have been getting. I will try to fix some, but I cannot fix them all.