Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Releases: davidas13/GoMask2D

v0.2

07 Sep 10:36

Choose a tag to compare

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

gambar

Switch StreamTexture Features

Use it to change the texture type on the Mask2D node to StreamTexture

gambar

v0.1

03 Sep 09:57

Choose a tag to compare

v0.1 Pre-release
Pre-release
fixing update overlay on viewport