ajusa/Spell

ALL OF THE BUGS

Open

#66 创建于 2016年4月11日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)JavaScript (1 fork)github user discovery
bugenhancementhelp wanted

仓库指标

Star
 (5 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南