diff --git a/examples/joystick/dual-stick.html b/examples/joystick/dual-stick.html index 5992c7df7..4f270616d 100644 --- a/examples/joystick/dual-stick.html +++ b/examples/joystick/dual-stick.html @@ -1,58 +1,61 @@ + - - - - Joystick Input - + + + +Joystick Input + + +i18n + .load(lang, { blockly: true, kanoCodePath: '/' }) + .then(() => { + const editor = new code.Editor(); + editor.load(app) + editor.inject(document.body); + }); + - \ No newline at end of file + diff --git a/examples/joystick/index.html b/examples/joystick/index.html index 176375c47..a80e31724 100644 --- a/examples/joystick/index.html +++ b/examples/joystick/index.html @@ -1,61 +1,63 @@ - - - - Joystick Input - + + + +Joystick Input + - \ No newline at end of file +