libscratchcpp
libscratchcpp copied to clipboard
Some broadcast blocks are not compiled
Some projects converted from Scratch 2.0 use incorrect broadcast names in blocks, for example in this project, StartGameTic is used in broadcast blocks, but startgametic is the actual name. However, the ID is correct, so the broadcast block should find the broadcast by ID instead of name.