Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Core - Version 1.14.0

Back to Plugin

Devlog Version

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

This update adds a new selectable window that can display a tilemap and the player can select a tile from within the map. The immediate idea for this was to add a transfer option to my debug plugin and allow you to visually select which tile you want to transfer to on a map. However, I will also investigate other potential uses for this such as a map preview for save file or fast travel. Since it will likely be used in multiple plugins of mine, it was added to my Core. Here is an image of how it looks:

This update also adds some lerp functions including some ease in and ease out functions for lerps. This will help when a plugin of mine wants to change some property from one value to another over a set time frame.

Lastly, this update fixes an issue with 1.13.0s draw background gradient rectangle function to make it clear when the contents are cleared too.

Version 1.14.0
  • Added selectable window that can show a tilemap
  • Added lerp functions
  • Fix gradient rect function to clear with contents

Back to Plugin