diff --git a/game/static/game/js/game.js b/game/static/game/js/game.js index be1fae43e..b0bcc0f21 100644 --- a/game/static/game/js/game.js +++ b/game/static/game/js/game.js @@ -1387,6 +1387,10 @@ function setMutedCookie(mute) { } } +function gameUpdateBlockLanguage(language_code) { + console.log(language_code); +} + $(document).ready(function () { ocargo.game = new ocargo.Game() ocargo.game.setup() diff --git a/game/templates/game/game.html b/game/templates/game/game.html index 72c6f2a5f..e45552d4a 100644 --- a/game/templates/game/game.html +++ b/game/templates/game/game.html @@ -158,6 +158,17 @@ {% trans "Blockly" %} + +
+ +
+ +
+