個人的にブックマーク代わりとしているページ。
自分用なので纏まりは無い。
プラグイン
http://woodpenguin.web.fc2.com/MV_Plugin/Pseudo3DBattle.html
アツマールセーブデータ圧縮
http://den6kan.la.coocan.jp/pluginmemo.html
スクリプト
AudioManager._currentBgm.name
演奏中BGMのファイル名取得
AudioManager.playBgm({"name":"ファイル名","volume":90,"pitch":100,"pan":0})
bgm演奏
SceneManager._scene._spriteset._pictureContainer.children[x]
表示ピクチャオブジェクト取得 x:id-1
$gameScreen.picture(n).name()
ピクチャの名前を取得 n:番号
マップ
素材
その他
トリアコンタン MarkⅡ
https://chat.openai.com/g/g-LA6ipPtI0-toriakontan-markii
イベントとプレイヤーの距離を求める数式。
this._tmpD = Math.sqrt(($gamePlayer.x - this.character().x)**2 + ($gamePlayer.y - this.character().y)**2);
フォントttc→ttf変換
ttf→woff 変換 など
画像生成