RPGツクールMZ用プラグイン投稿・告知サイト

#ツクプラMZ

MZ用プラグイン

日本語版 MOG Title Magic Circles - MOG_TitleMagicCircles.js

シェア用テキスト:
▼日本語版 MOG Title Magic Circles(Moghunter様作) - MOG_TitleMagicCircles.js
https://plugin-mz.fungamemake.com/archives/3532
タイトル画面に魔法陣アニメーションを追加

ふりがな:たいとるまほうじん

機能概要: タイトル画面に魔法陣アニメーションを追加

利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese

作者:Moghunter

ダウンロードページ:https://fungamemake.com/archives/15060

ファイル名:MOG_TitleMagicCircles.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc (v1.2) タイトル画面に魔法陣アニメーションを追加します。
 * @author Moghunter
 * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TitleMagicCircles.js

 * 
 * @param -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 1 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 1 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 * @type boolean 
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 1 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle1
 * @type file
 * @dir img/titles2/  
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 1 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 10
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 1 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 680
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 1 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 200
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 1 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 1 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 0
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 1 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 1 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 1 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 2 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 2 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 2 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle2
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 2 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 11
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 2 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 200
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 2 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 200
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 2 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default -0.01
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 2 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 2 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 2 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 2
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 2 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 3 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 3 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 3 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle3
 * @type file
 * @dir img/titles2/  
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 3 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 12
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 3 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 200
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 3 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 200
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 3 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 3 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 3 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 3 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 3 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 4 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 4 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 4 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle4
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 4 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 13
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 4 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 300
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 4 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 300
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 4 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 4 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 4 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 4 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 4 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 5 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 5 Visible
 * @desc Ativar a imagem.
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 5 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle5
 * @type file
 * @dir img/titles2/
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 5 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 14
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 5 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 400
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 5 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 400
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 5 Rotation
 * @text Y軸位置
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 5 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 5 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 5 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 5 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 6 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 6 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 6 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle6
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 6 Z-Index
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 15
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 500
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 500
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 6 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 6 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 7 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 * 
 * @param Circle 7 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 *  
 * @param Circle 7 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle7
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 *  
 * @param Circle 7 Z-Index
 * @desc レイヤーのZ優先順位
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 16
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param Circle 7 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 550
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param Circle 7 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 550
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param Circle 7 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param Circle 7 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 *
 * @param Circle 7 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<< 
 * 
 * @param Circle 7 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 7 <<<<<<<<<<<<<<<<<<<<<<<  
 * 
 * @param -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 8 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 *
 * @param Circle 8 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 8 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle8
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 8 Z-Index
 * @desc レイヤーのZ優先順位
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 17
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 8 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 600
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 8 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 600
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 8 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 8 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 8 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 8 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 8 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 9 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 *
 * @param Circle 9 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 9 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle9
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 9 Z-Index
 * @desc レイヤーのZ優先順位
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 18
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 9 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 620
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 9 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 620
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 9 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 9 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 9 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 9 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 9 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * @text -> 魔法陣 10 <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 *
 * @param Circle 10 Visible
 * @text 有効化
 * @desc レイヤーの有効化設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 10 File Name
 * @text ファイル名
 * @desc 画像のファイル名
 * @default MCircle10
 * @type file
 * @dir img/titles2/ 
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @param Circle 10 Z-Index
 * @desc レイヤーのZ優先順位
 * @text Z優先順位
 * @desc レイヤーのZ優先順位
 * @type number
 * @max 9007
 * @default 19
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 10 X-Axis
 * @text X軸位置
 * @desc 画像のX軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 650
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 10 Y-Axis
 * @text Y軸位置
 * @desc 画像のY軸位置(原点:中央)
 * @type number
 * @min -9007
 * @max 9007
 * @default 600
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 10 Rotation
 * @text 回転速度
 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
 * @type number
 * @min -9007
 * @max 9007
 * @decimals 2
 * @default 0.01
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 10 Blend Mode
 * @text 合成方法
 * @desc 画像の合成方法
 * 0:通常 / 1:加算 / 2:乗算
 * @default 1
 * @type select
 * @option 通常
 * @value 0
 * @option 加算
 * @value 1 
 * @option 乗算
 * @value 2
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Circle 10 Transition Time
 * @text 表示ウェイト
 * @desc 画像表示までのウェイト
 * @type number
 * @max 9007
 * @default 0
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 * 
 * @param Circle 10 Pulse Mode
 * @text ズームアニメ指定
 * @desc アニメーションパターンの選択
 * 0:無効 / 1:ズームイン・アウト繰り返し / 2:ズームアウト
 * @default 0
 * @type select
 * @option 無効
 * @value 0
 * @option ズームイン・アウトの繰り返し
 * @value 1 
 * @option ズームアウト
 * @value 2 
 * @parent -> Magic Circle 10 <<<<<<<<<<<<<<<<<<<<<<<
 *  
 * @help
 * 翻訳:
 * https://fungamemake.com/
 *
 * =============================================================================
 * +++ MOG - Title Magic Circles (v1.2) +++
 * By Moghunter 
 * https://mogplugins.wordpress.com
 * =============================================================================
 * タイトル画面に魔法陣アニメーションを追加します。
 *
 * 下記フォルダに画像を保存してください。
 *
 * img/titles2/
 *
 * =============================================================================
 * * 更新履歴
 * =============================================================================
 * (v1.2) - エンコーディングに関連するソート機能の修正。  
 * (v1.1) - ファイル選択のプラグインパラメータが改善されました。
 *
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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