google / blockly-games

Games for tomorrow's programmers.
https://blockly.games/
Apache License 2.0
1.29k stars 605 forks source link

Just button show on Puzzle, Maze and Bird #116

Closed hoangvietfreelancer closed 5 years ago

hoangvietfreelancer commented 5 years ago

All other can be run execpt Puzzle, Maze and Bird The errror in console of Puzzle is: TypeError: g.g.gh is undefined The errror in console of Maze is: TypeError: g.Jt is not a constructor The errror in console of Bird is: TypeError: g.ov is not a constructor

NeilFraser commented 5 years ago

Sorry about that, there was a missing include for Blockly.utils.colour. Fixed: https://github.com/google/blockly/commit/7653785ae6ffa96760e03c55cd10e13b856894fd

Just run make deps and everything should be good. Thanks for the report!