cpsc436-pandaxpress / CPSC436-Project

Platformer Game
1 stars 2 forks source link

New line fixes #241

Closed thealexhoar closed 5 years ago

thealexhoar commented 5 years ago

Note that there are some cosmetic changes to physics that remained. Aside from those, the line bugs are fixed.

thealexhoar commented 5 years ago

Fixed! sorry about that

prayansh commented 5 years ago

now the sky background always seems to be moving to the right, and in the horizontal scene the ghost seems to just disappear into the background. Are these issues happening bcos u just based it off of some old branch, or is it due to the new changes?

prayansh commented 5 years ago

ok so i figured out why the 2 issues are happening:

kennethwilliamm commented 5 years ago

The physics bug is fixed but the ghost is still disappearing, which I think it worse than the line bug. Can we separate these into two different pulls?

thealexhoar commented 5 years ago

It's literally the day of, I'm not going to separate them. If the ghost is disappearing then the animation has invalid UV coordinates, that's what the texture_manager change fixes: it clamps texture coordinates to prevent artifacts (the lines).

thealexhoar commented 5 years ago

Updated to fix the ghost animation.

kennethwilliamm commented 5 years ago

@prayansh do you know how to fix the UV coordinates?

kennethwilliamm commented 5 years ago

@prayansh nevermind

averybrown commented 5 years ago

vertical levels are such an improvement

averybrown commented 5 years ago

dracula doesn't fall to his death anymore, also panda doesn't show up in the final cut scene and pops in late in the beach scene!! nooooooooooo

averybrown commented 5 years ago

and add 0.005 to uv1 of ghost so no extra arms!!

thealexhoar commented 5 years ago

Made the relevant fixes!