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