Add english version
This commit is contained in:
parent
7bf44fa645
commit
49e9a37f3c
1675 changed files with 1309268 additions and 0 deletions
30
www.eng/js/plugins/DisableMouse.js
Normal file
30
www.eng/js/plugins/DisableMouse.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Galv's Disable Mouse
|
||||
//-----------------------------------------------------------------------------
|
||||
// For: RPGMAKER MV
|
||||
// DisableMouse.js
|
||||
//-----------------------------------------------------------------------------
|
||||
// Version 1.0
|
||||
// 2015-11-03 - Version 1.0 - release
|
||||
//-----------------------------------------------------------------------------
|
||||
// Terms can be found at:
|
||||
// galvs-scripts.com
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
var Imported = Imported || {};
|
||||
Imported.Galv_NoMouse = true;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
/*:
|
||||
* @plugindesc Disables mouse clicks.
|
||||
*
|
||||
* @author Galv - galvs-scripts.com
|
||||
*
|
||||
* @help
|
||||
* This space intentionally left blank.
|
||||
*
|
||||
*/
|
||||
|
||||
TouchInput._onMouseDown = function(event) {
|
||||
// Overwrite to do nothing
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue