Closed ThePenguin1140 closed 8 years ago
This might be related to #4
Can confirm, platforms spawning at the bottom also cause a stutter.
Spawn coins below the bottom of the screen therefore making the jumps undetectable to the user.
Closed by 19152b5f61e5392fea4a28c37f1f190d84ef98d8
I think https://github.com/hcilab/processing-games/commit/19152b5f61e5392fea4a28c37f1f190d84ef98d8 closes #4 instead of this one?
This issue will be resolved by getting to the root of the "stutter" problem and fixing. We are currently working around this issue for coins like Jason said in #4.
Non-issue with coin spawning off-screen
When a coin spawns the game animations often stutter. This includes the platforms moving up, but it's most noticable if you accelerate the character to a decent speed. Then it'll stop for a second and then continue flying.
Moving around really fast, especially while in the air does seem kind of laggy/choppy. This might be an underlying problem related to how we add and remove things from the game state.