This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Releases: davidas13/GoMask2D
Releases · davidas13/GoMask2D
v0.2
New Features:
- Added draw feature (used to draw at runtime)
- Switch StreamTexture
- Added new Example
Draw Features
The draw feature uses signals, there are 2 signals that can be used to draw:
- draw_canvas
- draw_custom_canvas
Signal to reset canvas:
- reset_canvas
Before using the drawing feature, make sure the 'activate' property is checked
Switch StreamTexture Features
Use it to change the texture type on the Mask2D node to StreamTexture

