Skip to content

Stable-v1.16.0

Latest

Choose a tag to compare

@deadlykam deadlykam released this 14 Jun 04:44
8f238e1

Updates

Here I will share all the updates done to the current versions. Below are the updates.

  1. Added a new variable type which is based on the Godot's Color type. Now you can use cop_fixed_color_var, cop_observer_color and cop_color_var of the Color type. Check out the Tutorial Variable Creator for more info on how to use this new var.
  2. Updated for Godot v4.6.3.stable.official [7d41c59c4].

Bug Fixes:

  1. Fixed a bug where the drop down menu would show double vars for each var type. This bug started after updating to Godot version v4.4.1.stable.mono.official [49a5bc7b6]. The issue was the way Godot would search for files in the directory. But now this bug has been fixed and shows the correct number of vars.