Edit of asset "Scratch Canvas" Accepted

Old/Current New/Edit
Title Scratch Canvas
Description Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen. Also includes optional demo (scratch_drawer) of how to use it.

* The Canvas is an extension of TextureButton and uses Line2D for drawing.
* The drawing line can be edited and some examples are given.
* The canvas can capture the screen and use that as the texture of the Canvas. Then the lines are hidden, to decrease drawing cost.
Canvas for drawing in Godot Engine with mouse, trackpad, touch and pen. Also inludes examples of optimization and use.

* The Canvas is an extension of TextureButton and uses Line2D for drawing.
* The drawing line can be edited and some examples are given.
* The canvas with background can be adjusted with a different color.
* The optimized canvas captures the screen and uses that as the texture of the Canvas. Then the lines are freed, to decrease drawing cost.
Category 2D Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/boukew99/scratch_canvas
Issues Url https://github.com/boukew99/scratch_canvas/issues
Godot version Godot 3.4
Version String 1.3 1.2
Download Commit c95854cf93a1a47fb1eae7021d7ab7fb0ee68f7b 8ffb261f3cc69aee1d7c64c704ba5dcf9ae39fff
Download Url (Computed) https://github.com/boukew99/scratch_canvas/archive/c95854cf93a1a47fb1eae7021d7ab7fb0ee68f7b.zip https://github.com/boukew99/scratch_canvas/archive/8ffb261f3cc69aee1d7c64c704ba5dcf9ae39fff.zip
Icon Url https://raw.githubusercontent.com/boukew99/scratch_canvas/main/canvas/scratch_canvas.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/boukew99/scratch_canvas/main/screenshot/Screenshot%202022-04-22.png
Thumbnail