レス書き込み
スレへ戻る
写
レス栞
レス消
RPGツクールMZ_3作目
PC,スマホ,PHSは
ULA
べっかんこ
公式(スマホ)
公式(PC)
で書き込んでください。
名前
メール
引用切替:
レスアンカーのみ
>>17 > 497行目のthis.drawText(item.name, x + textMargin, y, itemWidth);を > this.drawText(item.name, x + textMargin, y, itemWidth, "center");に変えれば > 全てのアイテム/スキルが中央揃えになる(アイコン位置やコスト表示等の都合もあるからこれだけだと微妙な気もするけど) > > スキルに限定するなら適当なプラグインファイルを作って中身を > Window_SkillList.prototype.drawItemName = function(item, x, y, width) { > if (item) { > const iconY = y + (this.lineHeight() - ImageManager.iconHeight) / 2; > const textMargin = ImageManager.iconWidth + 4; > const itemWidth = Math.max(0, width - textMargin); > this.resetTextColor(); > this.drawIcon(item.iconIndex, x, iconY); > this.drawText(item.name, x + textMargin, y, itemWidth, "center"); > } > }; > とか処理内容を丸々上書きすれば良い
ローカルルール
SETTING.TXT
他の携帯ブラウザのレス書き込みフォームはこちら。
書き込み設定
で書き込みサイトの設定ができます。
・
ULA
・
べっかんこ(身代わりの術)
・
べっかんこ(通常)
・
公式(スマホ)
・
公式(PC)[PC,スマホ,PHS可]
書き込み設定(板別)
で板別の名前とメールを設定できます。
メモ帳
(0/65535文字)
上
下
板
覧
索
設
栞
歴
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.013s