mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-12 01:55:00 +01:00
10 lines
253 B
GDScript
10 lines
253 B
GDScript
extends Node2D
|
|
|
|
# inherith from PaintNode
|
|
|
|
# could be a thin base class for things that just render something
|
|
# like noises etc
|
|
# could have one for MMMaterial interp
|
|
|
|
# over PaintNode they would just store and remember their parent PaintProject's size
|