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
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
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
Spell rotation is off. We need to adjust it based on the player rotation
Earth is fired by default
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)
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.
Other people not flipping around
Spells not firing after the first one
Correct Mana drain based on Spell (right now it is always one)
Add distance for spells. Like a set distance they can travel.
Cannot jump higher than a projectile
Shadow copies of people This might be gone
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.
The text was updated successfully, but these errors were encountered:
Here is a list of all of the current, not to hard to fix, bugs
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.
These are all of the main complaints I have been getting. I will try to fix some, but I cannot fix them all.
The text was updated successfully, but these errors were encountered: