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.
TM Star Sprites - TMStarSprites.js
Plugin desc : Stars will pop in response to clicks (tap)
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMStarSprites.js
File name : TMStarSprites.js
Help of plugin :
@plugindesc Stars will pop in response to clicks (tap) @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Kuru Kuru Star Sprites ver. 1.2.0 How to Use: This plugin requires the plugin material "Bitmap Extension (TMBitmapEx.js)." Please install it so that it is below the Bitmap Extension in the Plugin Manager. Please install the latest version of Bitmap Extension (TMBitmapEx.js). This plugin has been tested with RPG Maker MV Version 1.5.0. This plugin is distributed under the MIT License and is free to use, commercially, modify, and redistribute. Plugin Commands: addStar 300 200 4 Displays 4 stars at coordinates (300,200). addStarEvent 1 8 Displays 8 stars in event 1. An event number of -1 targets the player, while an event number of 0 targets the event itself. Plugin Parameter Notes: blendMode When this value is 1 (additive blending), colors closer to black become more transparent. imageFile Prepare a 288 x 48 pixel image file in the img/system folder, and set the file name without the extension. Each 48 x 48 pixel star will be arranged horizontally in six patterns. If this parameter is not set, an automatically generated star image will be used. If an image is set, TMBitmapEx.js is not required. @param maxStars @desc Maximum number of stars to display simultaneously Default: 32 @default 32 @type number @param leftClickStars @desc Number of stars displayed by left click (single tap) Default: 8 @default 8 @type number @param rightClickStars @desc Number of stars displayed by right-click (multi-tap) Default: 2 @default 2 @type number @param blendMode @desc Star synthesis method Default: 1 (0 = normal / 1 = additive) @default 1 @type number @param imageFile @desc Please set the image file name to be used in place of stars to an image consisting of six 48 * 48 images lined up horizontally. @type file @require 1 @dir img/system/