ocadotechnology / rapid-router

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

level editor: character change does not persist after road is randomly generated #1621

Open evemartin opened 1 month ago

evemartin commented 1 month ago

In some cases, even after selecting a different character in the Level Editor, when the level is saved and played it displays the default Van character.

Steps to reproduce the bug:

  1. open the Level Editor
  2. go to the Character tab and select a character other than Van
  3. go to the Random tab and randomly generate a map
  4. (at this point, if you go back to the Character tab, the image will still be of the new character you chose but the dropdown value will be blank)
  5. save the level and, when prompted, choose to play the level
  6. the character will be the Van and not the new character you chose