PIXI Controls: Add to English version
This commit is contained in:
parent
3f88db76b6
commit
562910b1c4
6 changed files with 881 additions and 40 deletions
|
@ -50,10 +50,6 @@ Graphics.printLoadingError = function (url) {
|
|||
}
|
||||
};
|
||||
|
||||
Graphics._switchFPSMeter = function() {
|
||||
|
||||
};
|
||||
|
||||
Graphics._switchFullScreen = function () {
|
||||
this._requestFullScreen();
|
||||
};
|
||||
|
@ -97,10 +93,6 @@ Input._setupEventHandlers = function () {
|
|||
document.addEventListener('keyup', this._onKeyUp.bind(this));
|
||||
};
|
||||
|
||||
TouchInput.update = function () {
|
||||
return;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
// * Patches for rpg_managers
|
||||
//=============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue