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

#ツクプラ

DP Smooth Settings - DP_SmoothSettings.js

シェア用テキスト:
▼DP Smooth Settings(canotun様作) - DP_SmoothSettings.js
https://plugin.fungamemake.com/archives/12811
各リソース拡大時のスムージング(ぼやけるかどうか)の有無を設定します。

ふりがな:すむーすせってぃんぐ

機能概要: 各リソース拡大時のスムージング(ぼやけるかどうか)の有無を設定します。

利用規約(ライセンス): MITライセンス

作者:canotun

作者サイト:https://x.com/canotun

ダウンロードページ:https://raw.githubusercontent.com/drowsepost/rpgmaker-m…

ファイル名:DP_SmoothSettings.js

プラグインのヘルプ:

/*:ja
 * @plugindesc イメージ種類ごとに拡大時のスムージング処理を変更します
 * @author drowsepost
 * 
 * @param Animation
 * @desc 戦闘エフェクトのスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Battleback1
 * @desc 戦闘背景(地面)のスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Battleback2
 * @desc 戦闘背景(壁)のスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Enemy
 * @desc エネミーのスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Character
 * @desc アクター(マップ上のキャラクター)のスムージング
 * Default: false
 * @default false
 * @type boolean
 * 
 * @param Face
 * @desc フェイスのスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Parallax
 * @desc 遠景のスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Picture
 * @desc ピクチャのスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param SvActor
 * @desc サイドビューアクターのスムージング
 * Default: false
 * @default false
 * @type boolean
 * 
 * @param SvEnemy
 * @desc サイドビューエネミーのスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param System
 * @desc システムピクチャのスムージング
 * Default: false
 * @default false
 * @type boolean
 * 
 * @param Tileset
 * @desc マップチップのスムージング
 * Default: false
 * @default false
 * @type boolean
 * 
 * @param Title1
 * @desc タイトル背景のスムージング
 * Default: true
 * @default true
 * @type boolean
 * 
 * @param Title2
 * @desc タイトル枠のスムージング
 * Default: true
 * @default true
 * @type boolean
 *
 * @help
 * ============================================================================
 * About
 * ============================================================================
 * このプラグインを利用するとイメージの種類ごとに
 * 拡大時のスムージング設定を変更することができます
 * 
 * ============================================================================
 * How To Use
 * ============================================================================
 * リソースタイプごとにパラメーターがあります。
 * それぞれtrueにするとスムージングがかかり、
 * falseにするとスムージングが解除されます。
 * 
 * ============================================================================
 * Technical information
 * ============================================================================
 * このプラグインはImageManagerクラスをオーバーライドします。
 * リソースデータロードの処理にほんの少し負荷がかかるかもしれません。
 * 
 * license: MIT
 * 
 */

スポンサードリンク

スポンサードリンク

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