revert to older tegaki and copy over the translations, just to be safe

indiachan-spamvector
Thomas Lynch 2 years ago
parent 040e8b0e6b
commit aa38d862e6
  1. 5
      gulp/res/js/tegaki.js

@ -1,6 +1,4 @@
/*! tegaki.js, MIT License */'use strict'; /*! tegaki.js, MIT License */'use strict';var TegakiStrings = {
var TegakiStrings = {
// Messages // Messages
badDimensions: __('Invalid dimensions.'), badDimensions: __('Invalid dimensions.'),
promptWidth: __('Canvas width in pixels'), promptWidth: __('Canvas width in pixels'),
@ -70,6 +68,7 @@ var TegakiStrings = {
errorLoadReplay: __('Could not load the replay: '), errorLoadReplay: __('Could not load the replay: '),
loadingReplay: __('Loading replay…'), loadingReplay: __('Loading replay…'),
}; };
class TegakiTool { class TegakiTool {
constructor() { constructor() {
this.id = 0; this.id = 0;

Loading…
Cancel
Save