ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
57 stars 81 forks source link

Character drives over trees in level 36 #1503

Closed lauracumming closed 5 months ago

lauracumming commented 1 year ago

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:

  1. Go to level 36.
  2. Add some blocks so the character gets to the tiles under the trees.
  3. Press Play.
  4. Notice that the character's image is "on top" of the trees when it should be under them.

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 Screenshot from 2023-12-11 15-18-44

lauracumming commented 6 months ago
lauracumming commented 6 months ago
SKairinos commented 6 months ago
lauracumming commented 5 months ago
lauracumming commented 5 months ago

Browserstack seems to be in German for me?

lauracumming commented 5 months ago

Ready for checker 2

faucomte97 commented 5 months ago

Looks good to me