Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Balloon Position - BalloonPosition.js
Plugin desc : BalloonPositionPlugin
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/BalloonPosition.js
File name : BalloonPosition.js
Help of plugin :
@plugindesc BalloonPositionPlugin @author triacontane @help BalloonPosition.js Adjusts the display coordinates of balloon <BalloonX:5> <BalloonY:-5> Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param BalloonXNoImage @desc Uniformly adjusts the x of balloon for events where no image is specified. @default 0 @type number @min -2000 @max 2000 @param BalloonYNoImage @desc Uniformly adjusts the y of balloon for events where no image is specified. @default 0 @min -2000 @max 2000 @param BalloonXPlayer @desc This variable retrieves the player's speech bubble X coordinate. @default 0 @type variable @param BalloonYPlayer @desc Variable to obtain the player's speech bubble Y coordinate. @default 0 @type variable @param BalloonXEvent @desc This variable retrieves the X coordinate of the event's speech bubble. When a value is present, it takes precedence over the settings in the memo field. @default 0 @type variable @param BalloonYEvent @desc This variable retrieves the Y coordinate of the event's speech bubble. When a value is present, it takes precedence over the memo field's specification. @default 0 @type variable