mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-12 01:55:00 +01:00
9 lines
151 B
GDScript3
9 lines
151 B
GDScript3
|
extends Node
|
||
|
# PaintNode
|
||
|
# base class for paint related classes
|
||
|
|
||
|
# should inherit either Node2D or CanvasItem directly
|
||
|
# Node2D is probably better
|
||
|
|
||
|
#
|