Auroriax / PuzzleScriptPlus

Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
https://auroriax.github.io/PuzzleScript/
34 stars 4 forks source link

Using `again` can cause tweens from current and next turn to play at the same time #95

Closed Auroriax closed 1 year ago

Auroriax commented 1 year ago

It seems that PS simulates the next turn when using again, but it was also recording the tweens for that simulation, so tweens from both the current and next turn would play when again fired.

Can be reproduced on Joel's WIP game.