当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
KRD カレンダー表示 - KRD_MZ_Calendar.js
シェア用テキスト:
▼KRD カレンダー表示(くろうど様作) - KRD_MZ_Calendar.js
https://plugin-mz.fungamemake.com/archives/4150
カレンダー表示
ふりがな:かれんだーひょうじ
機能概要: カレンダー表示
利用規約(ライセンス): MITライセンス
作者:くろうど
作者サイト:https://x.com/kuroudo119/
解説ページ:https://github.com/kuroudo119/RPGMZ-Plugin
ダウンロードページ:https://raw.githubusercontent.com/kuroudo119/RPGMZ-Plug…
ファイル名:KRD_MZ_Calendar.js
プラグインのヘルプ:
*: * @target MZ * @plugindesc カレンダー表示 * @url https://twitter.com/kuroudo119/ * @url https://github.com/kuroudo119/RPGMZ-Plugin * @author kuroudo119 (くろうど) * @base KRD_MZ_Table * * @param lineHeight * @text 行の高さ * @desc カレンダーの行の高さ。初期値の 0 の場合システムの値を使用。 * @default 0 * @type number * * @param windowWidth * @text ウィンドウ横幅 * @desc カレンダーウィンドウの横幅。初期値の 0 にすると画面の横幅。 * @default 0 * @type number * * @param varYear * @text 年の変数番号 * @desc カレンダー開始時の年を入れる変数。 * @default 1 * @type variable * * @param varMonth * @text 月の変数番号 * @desc カレンダー開始時の月を入れる変数。 * @default 2 * @type variable * * @param varDate * @text 日の変数番号 * @desc カレンダー開始時の日を入れる変数。 * @default 3 * @type variable * * @command startScene * @text シーン開始 * @desc Scene_Calendar を始めます。 * * @command getFullYear * @text 年取得 * @desc 年(4桁)を取得します。 * @arg result * @text 取得データ * @desc 取得した値を入れる変数番号です。 * @type variable * * @command getMonth * @text 月取得 * @desc 月を取得します。 * @arg result * @text 取得データ * @desc 取得した値を入れる変数番号です。 * @type variable * * @command getDate * @text 日取得 * @desc 日を取得します。 * @arg result * @text 取得データ * @desc 取得した値を入れる変数番号です。 * @type variable * * @help # KRD_MZ_Calendar.js カレンダー表示クラス追加 ## 権利表記 (c) 2021 kuroudo119 (くろうど) ## 利用規約 このプラグインはMITライセンスです。 https://github.com/kuroudo119/RPGMZ-Plugin/blob/master/LICENSE ## 更新履歴 - ver.0.0.1 (2021/08/09) 作成開始 - ver.0.1.0 (2021/08/12) 非公開版完成 - ver.1.0.0 (2021/08/13) 公開 - ver.1.1.0 (2021/08/14) rect中心座標関数を追加 - ver.1.2.0 (2021/08/15) rect左上座標関数を追加 - ver.1.2.1 (2021/08/15) バグ修正。通常マップ用Spriteset_Map処理を追加 - ver.1.2.2 (2021/08/21) 即時関数外の変数宣言をletに修正。 - ver.1.3.0 (2021/09/19) ページ(月)切替を追加。 - ver.1.4.0 (2021/10/25) プラグインコマンドを追加。 * * */