This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PluginManager.callCommand(this, 'Chronus','ADD_TIME', {"time":"12"}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
(C)2022 Triacontane | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
=============================================================================*/ | |
/*: | |
* @plugindesc Mキーをマップボタンに割り当て | |
* @target MZ | |
* @author トリアコンタン |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$gameScreen.picture(1)._duration > 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updatePosition() { | |
this.x = this._data.X; | |
this.y = this._data.Y; | |
if (this._data.Origin === 1) { | |
this.anchor.x = 0.5; | |
this.anchor.y = 0.5; | |
} else { | |
this.anchor.x = 0.0; | |
this.anchor.y = 0.0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const id = 1; | |
const index = 0; | |
$gameActors.actor(id).weapons()[index]?.name || ' '; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
(C)2022 Triacontane | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
=============================================================================*/ | |
/*: | |
* @plugindesc イベント開始時の画像先読み待機 | |
* @target MZ | |
* @author トリアコンタン |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
(C)2022 Triacontane | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
=============================================================================*/ | |
/*: | |
* @plugindesc ヘルプウィンドウの文字サイズ変更 | |
* @target MZ | |
* @author トリアコンタン |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
(C)2022 Triacontane | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
=============================================================================*/ | |
/*: | |
* @plugindesc イベント時のアクターコマンド非表示 | |
* @target MZ | |
* @author トリアコンタン |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*: @target MZ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
(C)2022 Triacontane | |
This software is released under the MIT License. | |
http://opensource.org/licenses/mit-license.php | |
=============================================================================*/ | |
/*: | |
* @plugindesc 戦闘背景の等倍表示 | |
* @target MZ | |
* @author トリアコンタン |