pandemonium_paint_experimental/game/mockup/PaintNode.gd

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
#