Version 1.2.0 Release Notes


Hi all, today this plugin was updated to version 1.2.0!

This update adds a few more options for the text drawn at the bottom of the screen. You can now set a font face for the text, and draw a background rectangle behind it to make it easier to read for your player. This background rectangle is a gradient rectangle, though you could use a solid color as well if you wanted by making both gradient colors the same. Here is how it can look, notice the slight black fade towards the bottom of the screen to help make the text more readable:


This update also added custom JS that can run whenever a button is clicked. Originally these buttons were meant for social media links, but as they can now be positioned anywhere and run custom JS, I have added more control over other aspects of these buttons as well so you could use them to create a very custom title screen if you wanted. Options were added for their opacity and you can choose what the cursor changes to when hovering over them now.

This plugin did undergo some maintenance of the code with this update. Buttons now support images from any folder. Unfortunately, this means you will need to reset your button image parameter when updating from an older version as it will no longer know to look in the pictures folder which was previously required. This plugin will now warn in the dev tools console instead of crash when you set up a json parameter incorrectly. Keep in mind that these warnings are still important to fix as they will prevent the plugin from reading that parameter.

Version 1.2.0

  • Added font face option
  • Added option to draw rectangle behind text
  • Added custom JS to run when button is clicked
  • Added control over cursor change when button hovered
  • Added more control over button opacity
  • Button images now support any image folder
  • Now warn instead of crash on invalid json detected

Get [CGMZ] Game Info for RPG Maker MZ

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

If I were to release a game that does not utilize mouse input, would the buttons be rendered useless?

(+1)

They are clickable via the mouse only.