タイマー関係の管理プラグイン – CRTA_TimerManager.js

タイトル
タイマー関係の管理プラグイン
作者名
ヘルプ
概要:
ツクール標準のカウントダウンタイマーの表示を変えたり、いろいろな操作を行うプラグインです。
時間延長、減少、停止、再開が行えます。

詳細な使用方法は下記をご覧ください。
http://studio.cretia.net/blog/666

プラグインコマンド:
CRTA_TimerManager add 10 # タイマーを指定秒数増加させる
CRTA_TimerManager sub 10 # タイマーを指定秒数減少させる
CRTA_TimerManager pause # タイマーを一時停止させる
CRTA_TimerManager resume # タイマーを再開させる

※このプラグインでは、以下を書き換えていますので、本体アップデートや競合に注意してください。
Sprite_Timer.prototype.createBitmap
Sprite_Timer.prototype.updatePosition
Game_Timer.prototype.start
Game_Timer.prototype.update

ライセンス:
このプラグインは以下のライセンスのもと、使用することができます。
Copyright (c) 2016 tokineco
Released under the MIT license
https://github.com/tokineco/RMMV_CRTAPlugins/blob/master/LICENSE
パラメータ
cretia studio

param Font Size
desc フォントサイズ
Default: 32
default 32

param Width
desc 横幅
Default: 96
default 96

param Height
desc 縦幅
Default: 48
default 48

param Position X
desc X位置
Default: Graphics.width - this.bitmap.width
default Graphics.width - this.bitmap.width

param Position Y
desc Y位置
Default: 0
default 0

ライセンス表記
ライセンス:
このプラグインは以下のライセンスのもと、使用することができます。
Copyright (c) 2016 tokineco
Released under the MIT license
https://github.com/tokineco/RMMV_CRTAPlugins/blob/master/LICENSE

紹介ページ https://github.com/tokineco/RMMV_CRTAPlugins/blob/master/plugins/CRTA_TimerManager.js