Morphinometr
Morphinometr
> I created a new [version](https://github.com/aresdevo/animaide/releases/tag/v1_0_38_31) with his commit. Unfortunately, there is a bug in version too. This happens when first activate AnimOffset Mask. 
Sample project: [test4.zip](https://github.com/godotengine/godot/files/9386641/test4.zip)
Correction, if Area2D is a child of CanvasLayer event hits twice too. I forgot to make it child
Warning for integer division not ignored if it in for loop condition ```gdscript extends Node var a : int = 6 var b : int = 2 var c :...