MOG Visual Timer - MOG_VisualTimer.js

シェア用テキスト:
▼MOG Visual Timer(Moghunter様作) - MOG_VisualTimer.js
https://plugin.fungamemake.com/archives/19225
タイマーを画像で表示

ふりがな:びじゅあるたいまー

機能概要: タイマーを画像で表示

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://twitter.com/moghunter1

解説ページ:https://fungamemake.com/archives/2608

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_VisualTimer.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.1) タイマーを画像で表示します。
 * @author Moghunter
 *
 * @param Number Visible
 * @desc タイマー数字の表示設定
 * @type boolean
 * @default true
 *
 * @param Gauge Visible
 * @desc タイマーメーターの表示設定
 * @default true
 *
 * @param X-Axis
 * @desc タイマーのX軸位置設定
 * @default 310
 *
 * @param Y-Axis
 * @desc タイマーのY軸位置設定
 * @default 64
 *
 * @param Seconds X-Axis
 * @desc 秒数字のX軸位置設定
 * @default 132
 *
 * @param Seconds Y-Axis
 * @desc 秒数字のY軸位置設定
 * @default 0
 *
 * @param Minutes X-Axis
 * @desc 分数字のX軸定義
 * @default 82
 *
 * @param Minutes Y-Axis
 * @desc 分数字のY軸定義
 * @default 0
 *
 * @param Gauge X-Axis
 * @desc タイマーメーターのX軸位置設定
 * @default 11
 *
 * @param Gauge Y-Axis
 * @desc タイマーメーターのY軸位置設定
 * @default 34
 *
 * @param Auto Fade
 * @desc 自動フェードの有効設定
 * @type boolean
 * @default true
 *
 * @param Fade Max
 * @desc 自動フェードの最大透明度設定
 * @default 120
 *
 * @param Gauge Angle
 * @desc タイマーメーターの角度設定
 * @default 0
 *
 * @param Number Angle
 * @desc タイマー数字の角度設定
 * @default 0
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Visual Timer (1.0) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * タイマーを画像で表示します。
 *
 * ===========================================================================
 * 必要ファイル
 * ===========================================================================
 * 下記の画像ファイルが必要になります
 *
 * Timer_Gauge.png
 * Timer_Layout.png
 * Timer_Number.png
 *
 * 下記フォルダに保存してください。
 * (img/system/)
 *
 * ===========================================================================
 * プラグインコマンド
 * ===========================================================================
 * 下記のコマンドでゲーム中にタイマー位置を設定します。
 *
 * visual_timer : X : Y
 * ===========================================================================
 * 更新履歴
 * ===========================================================================
 * v1.1 - コーディングとプラグインの互換性が向上
 *
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2023 All Rights Reserved.