mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-07 16:52:10 +01:00
8 lines
238 B
GDScript
8 lines
238 B
GDScript
extends Node2D
|
|
|
|
# Collects all child PaintNodes and renders them to it's texture
|
|
# updates tex when a child changes
|
|
# PaintNodes will need to signal their parents when they changed
|
|
|
|
# update should run in process to save potential cycles
|