Closed lauracumming closed 5 months ago
[x] Check Cookie banner: banner loads, categories in the right order, cookies disabled by default
[x] Check Rapid Router: game loads, can solve a level, can save a workspace, can create a level, can save a level, scores get saved, scoreboard loads
[x] Check OS on browserstack
[x] Approved on prod
Browserstack seems to be in German for me?
Ready for checker 2
Looks good to me
Describe the bug In level 36, there are trees that are so close to the road, they cover some of it. When the character (either the Van, or the Sleigh in December) drives on the tiles under the trees, the asset image drives over the trees. Most likely because the character image is generated after the trees so the character's z-index is higher.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour The character image should be on top of the road, as it is now, but below the trees (or any other decor item that is "higher" than the road).
Additional context / Acceptance criteria Two solutions are possible here:
Optional task:
Screenshots